|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDAttributeGroupDefinition | |
---|---|
org.eclipse.xsd | This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix. |
org.eclipse.xsd.ecore | This provides support for converting bewteen Ecore and XML Schema models. |
org.eclipse.xsd.impl | This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. |
org.eclipse.xsd.provider | |
org.eclipse.xsd.util | This provides utility classes and interfaces to augment the basic API for XML Schema, as well as sample code. |
Uses of XSDAttributeGroupDefinition in org.eclipse.xsd |
---|
Methods in org.eclipse.xsd that return XSDAttributeGroupDefinition | |
---|---|
XSDAttributeGroupDefinition |
XSDFactory.createXSDAttributeGroupDefinition()
Returns a new object of class 'Attribute Group Definition' |
XSDAttributeGroupDefinition |
XSDAttributeGroupDefinition.getResolvedAttributeGroupDefinition()
Returns the value of the 'Resolved Attribute Group Definition' reference |
XSDAttributeGroupDefinition |
XSDConcreteComponent.resolveAttributeGroupDefinition(java.lang.String localName)
Returns the resolved attribute group definition of the given name
within the schema . |
XSDAttributeGroupDefinition |
XSDConcreteComponent.resolveAttributeGroupDefinition(java.lang.String namespace,
java.lang.String localName)
Returns the resolved attribute group definition the given namespace and name . |
XSDAttributeGroupDefinition |
XSDConcreteComponent.resolveAttributeGroupDefinitionURI(java.lang.String uri)
Returns the resolved attribute group definition of the given URI . |
Methods in org.eclipse.xsd that return types with arguments of type XSDAttributeGroupDefinition | |
---|---|
EList<XSDAttributeGroupDefinition> |
XSDSchema.getAttributeGroupDefinitions()
Returns the value of the 'Attribute Group Definitions' reference list. |
Methods in org.eclipse.xsd with parameters of type XSDAttributeGroupDefinition | |
---|---|
void |
XSDAttributeGroupDefinition.setResolvedAttributeGroupDefinition(XSDAttributeGroupDefinition value)
Sets the value of the ' Resolved Attribute Group Definition ' reference |
Uses of XSDAttributeGroupDefinition in org.eclipse.xsd.ecore |
---|
Methods in org.eclipse.xsd.ecore that return XSDAttributeGroupDefinition | |
---|---|
protected XSDAttributeGroupDefinition |
EcoreXMISchemaBuilder.createAttributeGroupReference(XSDSchema schema,
java.lang.String name)
|
Uses of XSDAttributeGroupDefinition in org.eclipse.xsd.impl |
---|
Classes in org.eclipse.xsd.impl that implement XSDAttributeGroupDefinition | |
---|---|
class |
XSDAttributeGroupDefinitionImpl
An implementation of the model object 'Attribute Group Definition' |
Fields in org.eclipse.xsd.impl declared as XSDAttributeGroupDefinition | |
---|---|
protected XSDAttributeGroupDefinition |
XSDAttributeGroupDefinitionImpl.resolvedAttributeGroupDefinition
The cached value of the ' Resolved Attribute Group Definition ' reference |
Fields in org.eclipse.xsd.impl with type parameters of type XSDAttributeGroupDefinition | |
---|---|
protected EList<XSDAttributeGroupDefinition> |
XSDSchemaImpl.attributeGroupDefinitions
The cached value of the ' Attribute Group Definitions ' reference list |
Methods in org.eclipse.xsd.impl that return types with arguments of type XSDAttributeGroupDefinition | |
---|---|
EList<XSDAttributeGroupDefinition> |
XSDSchemaImpl.getAttributeGroupDefinitions()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDAttributeGroupDefinition | |
---|---|
protected void |
XSDAttributeGroupDefinitionImpl.handleNewResolvedAttributeGroupDefinition(XSDAttributeGroupDefinition newResolvedAttributeGroupDefinition)
|
void |
XSDAttributeGroupDefinitionImpl.setResolvedAttributeGroupDefinition(XSDAttributeGroupDefinition newResolvedAttributeGroupDefinition)
|
Uses of XSDAttributeGroupDefinition in org.eclipse.xsd.provider |
---|
Methods in org.eclipse.xsd.provider that return XSDAttributeGroupDefinition | |
---|---|
protected XSDAttributeGroupDefinition |
XSDItemProviderAdapter.createAttributeGroupDefinition(XSDConcreteComponent parent)
This creates an object of type XSDAttributeGroupDefinition
with a name that is unique globally, and that resolves to
itself. |
protected XSDAttributeGroupDefinition |
XSDItemProviderAdapter.createAttributeGroupDefinitionReference(XSDAttributeGroupDefinition attributeGroupDefinition)
This creates an object of type XSDAttributeGroupDefinition
that resolves to attributeGroupDefinition . |
Methods in org.eclipse.xsd.provider with parameters of type XSDAttributeGroupDefinition | |
---|---|
protected XSDAttributeGroupDefinition |
XSDItemProviderAdapter.createAttributeGroupDefinitionReference(XSDAttributeGroupDefinition attributeGroupDefinition)
This creates an object of type XSDAttributeGroupDefinition
that resolves to attributeGroupDefinition . |
Uses of XSDAttributeGroupDefinition in org.eclipse.xsd.util |
---|
Methods in org.eclipse.xsd.util with parameters of type XSDAttributeGroupDefinition | |
---|---|
T |
XSDSwitch.caseXSDAttributeGroupDefinition(XSDAttributeGroupDefinition object)
Returns the result of interpretting the object as an instance of 'Attribute Group Definition' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |