|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDModelGroupDefinition | |
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.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 XSDModelGroupDefinition in org.eclipse.xsd |
Methods in org.eclipse.xsd that return XSDModelGroupDefinition | |
XSDModelGroupDefinition |
XSDFactory.createXSDModelGroupDefinition()
Returns a new object of class 'Model Group Definition' |
XSDModelGroupDefinition |
XSDModelGroupDefinition.getResolvedModelGroupDefinition()
Returns the value of the 'Resolved Model Group Definition' reference |
XSDModelGroupDefinition |
XSDConcreteComponent.resolveModelGroupDefinitionURI(String uri)
Returns the resolved model group definition of the given URI .
|
XSDModelGroupDefinition |
XSDConcreteComponent.resolveModelGroupDefinition(String namespace,
String localName)
Returns the resolved model group definition of the given namespace and name .
|
XSDModelGroupDefinition |
XSDConcreteComponent.resolveModelGroupDefinition(String localName)
Returns the resolved model group definition of the given name
within the schema .
|
Methods in org.eclipse.xsd with parameters of type XSDModelGroupDefinition | |
void |
XSDModelGroupDefinition.setResolvedModelGroupDefinition(XSDModelGroupDefinition value)
Sets the value of the ' Resolved Model Group Definition ' reference |
Uses of XSDModelGroupDefinition in org.eclipse.xsd.impl |
Classes in org.eclipse.xsd.impl that implement XSDModelGroupDefinition | |
class |
XSDModelGroupDefinitionImpl
An implementation of the model object 'Model Group Definition' |
Fields in org.eclipse.xsd.impl declared as XSDModelGroupDefinition | |
protected XSDModelGroupDefinition |
XSDModelGroupDefinitionImpl.resolvedModelGroupDefinition
The cached value of the ' Resolved Model Group Definition ' reference |
Methods in org.eclipse.xsd.impl that return XSDModelGroupDefinition | |
static XSDModelGroupDefinition |
XSDModelGroupDefinitionImpl.createModelGroupDefinition(Node node)
|
XSDModelGroupDefinition |
XSDModelGroupDefinitionImpl.getResolvedModelGroupDefinition()
|
XSDModelGroupDefinition |
XSDFactoryImpl.createXSDModelGroupDefinition()
|
XSDModelGroupDefinition |
XSDSchemaImpl.resolveModelGroupDefinition(String namespace,
String localName)
|
XSDModelGroupDefinition |
XSDConcreteComponentImpl.resolveModelGroupDefinitionURI(String uri)
|
XSDModelGroupDefinition |
XSDConcreteComponentImpl.resolveModelGroupDefinition(String localName)
|
XSDModelGroupDefinition |
XSDConcreteComponentImpl.resolveModelGroupDefinition(String namespace,
String localName)
|
protected XSDModelGroupDefinition |
XSDConcreteComponentImpl.createUnresolvedModelGroupDefinition(String namespace,
String localName)
|
Methods in org.eclipse.xsd.impl with parameters of type XSDModelGroupDefinition | |
protected void |
XSDModelGroupDefinitionImpl.handleNewResolvedModelGroupDefinition(XSDModelGroupDefinition newResolvedModelGroupDefinition)
|
void |
XSDModelGroupDefinitionImpl.setResolvedModelGroupDefinition(XSDModelGroupDefinition newResolvedModelGroupDefinition)
|
Uses of XSDModelGroupDefinition in org.eclipse.xsd.provider |
Methods in org.eclipse.xsd.provider that return XSDModelGroupDefinition | |
protected XSDModelGroupDefinition |
XSDItemProviderAdapter.createModelGroupDefinition(XSDConcreteComponent parent)
This creates an object of type XSDModelGroupDefinition
with a name that is unique globally, and that resolves to
itself. |
Uses of XSDModelGroupDefinition in org.eclipse.xsd.util |
Methods in org.eclipse.xsd.util with parameters of type XSDModelGroupDefinition | |
Object |
XSDSwitch.caseXSDModelGroupDefinition(XSDModelGroupDefinition object)
Returns the result of interpretting the object as an instance of 'Model Group Definition' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |