|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSDElementDeclaration | |
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 XSDElementDeclaration in org.eclipse.xsd |
Methods in org.eclipse.xsd that return XSDElementDeclaration | |
XSDElementDeclaration |
XSDFactory.createXSDElementDeclaration()
Returns a new object of class 'Element Declaration' |
XSDElementDeclaration |
XSDConcreteComponent.resolveElementDeclarationURI(String uri)
Returns the resolved element declaration of the given URI .
|
XSDElementDeclaration |
XSDConcreteComponent.resolveElementDeclaration(String namespace,
String localName)
Returns the resolved element declaration of the given namespace and name .
|
XSDElementDeclaration |
XSDConcreteComponent.resolveElementDeclaration(String localName)
Returns the resolved element declaration of the given name
within the schema .
|
XSDElementDeclaration |
XSDElementDeclaration.getResolvedElementDeclaration()
Returns the value of the 'Resolved Element Declaration' reference |
XSDElementDeclaration |
XSDElementDeclaration.getSubstitutionGroupAffiliation()
Returns the value of the 'Substitution Group Affiliation' reference |
Methods in org.eclipse.xsd with parameters of type XSDElementDeclaration | |
void |
XSDElementDeclaration.setResolvedElementDeclaration(XSDElementDeclaration value)
Sets the value of the ' Resolved Element Declaration ' reference |
void |
XSDElementDeclaration.setSubstitutionGroupAffiliation(XSDElementDeclaration value)
Sets the value of the ' Substitution Group Affiliation ' reference |
Uses of XSDElementDeclaration in org.eclipse.xsd.ecore |
Methods in org.eclipse.xsd.ecore that return XSDElementDeclaration | |
protected XSDElementDeclaration |
EcoreSchemaBuilder.buildGlobalElement(XSDSchema xsdSchema,
EClass eClass)
|
protected XSDElementDeclaration |
EcoreSchemaBuilder.buildGlobalElement(XSDSchema xsdSchema,
EStructuralFeature eStructuralFeature)
|
protected XSDElementDeclaration |
EcoreXMISchemaBuilder.createElementDeclaration(XSDSchema schema,
String name,
String type,
boolean schemaType)
|
Methods in org.eclipse.xsd.ecore with parameters of type XSDElementDeclaration | |
protected void |
EcoreXMLSchemaBuilder.setReferenceElementType(EReference reference,
XSDElementDeclaration xsdElementDeclaration)
|
protected EStructuralFeature |
XSDEcoreBuilder.createFeature(EClass eClass,
XSDElementDeclaration xsdElementDeclaration,
String name,
XSDComponent xsdComponent,
int minOccurs,
int maxOccurs)
|
protected void |
EcoreXMISchemaBuilder.setReferenceElementType(EReference reference,
XSDElementDeclaration xsdElementDeclaration)
|
Uses of XSDElementDeclaration in org.eclipse.xsd.impl |
Classes in org.eclipse.xsd.impl that implement XSDElementDeclaration | |
class |
XSDElementDeclarationImpl
An implementation of the model object 'Element Declaration' |
Fields in org.eclipse.xsd.impl declared as XSDElementDeclaration | |
protected XSDElementDeclaration[] |
XSDParticleImpl.XSDNFA.xsdElementDeclarations
|
protected XSDElementDeclaration |
XSDElementDeclarationImpl.resolvedElementDeclaration
The cached value of the ' Resolved Element Declaration ' reference |
protected XSDElementDeclaration |
XSDElementDeclarationImpl.substitutionGroupAffiliation
The cached value of the ' Substitution Group Affiliation ' reference |
Methods in org.eclipse.xsd.impl that return XSDElementDeclaration | |
XSDElementDeclaration |
XSDFactoryImpl.createXSDElementDeclaration()
|
XSDElementDeclaration |
XSDSchemaImpl.resolveElementDeclaration(String namespace,
String localName)
|
XSDElementDeclaration |
XSDConcreteComponentImpl.resolveElementDeclarationURI(String uri)
|
XSDElementDeclaration |
XSDConcreteComponentImpl.resolveElementDeclaration(String localName)
|
XSDElementDeclaration |
XSDConcreteComponentImpl.resolveElementDeclaration(String namespace,
String localName)
|
protected XSDElementDeclaration |
XSDConcreteComponentImpl.createUnresolvedElementDeclaration(String namespace,
String localName)
|
static XSDElementDeclaration |
XSDElementDeclarationImpl.createElementDeclaration(Node node)
|
XSDElementDeclaration |
XSDElementDeclarationImpl.getResolvedElementDeclaration()
|
XSDElementDeclaration |
XSDElementDeclarationImpl.getSubstitutionGroupAffiliation()
|
Methods in org.eclipse.xsd.impl with parameters of type XSDElementDeclaration | |
void |
XSDElementDeclarationImpl.setResolvedElementDeclaration(XSDElementDeclaration newResolvedElementDeclaration)
|
void |
XSDElementDeclarationImpl.setSubstitutionGroupAffiliation(XSDElementDeclaration newSubstitutionGroupAffiliation)
|
Uses of XSDElementDeclaration in org.eclipse.xsd.provider |
Methods in org.eclipse.xsd.provider that return XSDElementDeclaration | |
protected XSDElementDeclaration |
XSDItemProviderAdapter.createElementDeclaration(XSDConcreteComponent parent)
This creates an object of type XSDElementDeclaration
with a name that is unique globally or locally, depending on the type
of the specified parent . |
Uses of XSDElementDeclaration in org.eclipse.xsd.util |
Methods in org.eclipse.xsd.util with parameters of type XSDElementDeclaration | |
Object |
XSDSwitch.caseXSDElementDeclaration(XSDElementDeclaration object)
Returns the result of interpretting the object as an instance of 'Element Declaration' |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |