|
|||||||||||
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.resolveAttributeGroupDefinitionURI(String uri)
Returns the resolved attribute group definition of the given URI .
|
XSDAttributeGroupDefinition |
XSDConcreteComponent.resolveAttributeGroupDefinition(String namespace,
String localName)
Returns the resolved attribute group definition the given namespace and name .
|
XSDAttributeGroupDefinition |
XSDConcreteComponent.resolveAttributeGroupDefinition(String localName)
Returns the resolved attribute group definition of the given name
within the schema .
|
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,
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 |
Methods in org.eclipse.xsd.impl that return XSDAttributeGroupDefinition | |
XSDAttributeGroupDefinition |
XSDFactoryImpl.createXSDAttributeGroupDefinition()
|
XSDAttributeGroupDefinition |
XSDSchemaImpl.resolveAttributeGroupDefinition(String namespace,
String localName)
|
static XSDAttributeGroupDefinition |
XSDAttributeGroupDefinitionImpl.createAttributeGroupDefinition(Node node)
|
XSDAttributeGroupDefinition |
XSDAttributeGroupDefinitionImpl.getResolvedAttributeGroupDefinition()
|
XSDAttributeGroupDefinition |
XSDConcreteComponentImpl.resolveAttributeGroupDefinitionURI(String uri)
|
XSDAttributeGroupDefinition |
XSDConcreteComponentImpl.resolveAttributeGroupDefinition(String localName)
|
XSDAttributeGroupDefinition |
XSDConcreteComponentImpl.resolveAttributeGroupDefinition(String namespace,
String localName)
|
protected XSDAttributeGroupDefinition |
XSDConcreteComponentImpl.createUnresolvedAttributeGroupDefinition(String namespace,
String localName)
|
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 | |
Object |
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 |