|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaElement | |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.docpath | Building an XML Document's Conforming Path |
org.apache.ws.commons.schema.walker | Walking XML Schemas |
Uses of XmlSchemaElement in org.apache.ws.commons.schema |
---|
Methods in org.apache.ws.commons.schema that return XmlSchemaElement | |
---|---|
XmlSchemaElement |
XmlSchema.getElementByName(QName name)
Look for a element by its QName. |
protected XmlSchemaElement |
XmlSchema.getElementByName(QName name,
boolean deep,
Stack<XmlSchema> schemaStack)
|
XmlSchemaElement |
XmlSchema.getElementByName(String name)
get an element by its local name. |
XmlSchemaElement |
XmlSchemaCollection.getElementByQName(QName qname)
Retrieve a global element from the schema collection. |
Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaElement | |
---|---|
Map<QName,XmlSchemaElement> |
XmlSchema.getElements()
Return a map containing all the defined elements of this schema. |
XmlSchemaRef<XmlSchemaElement> |
XmlSchemaElement.getRef()
|
Uses of XmlSchemaElement in org.apache.ws.commons.schema.docpath |
---|
Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaElement | |
---|---|
XmlSchemaElement |
XmlSchemaStateMachineNode.getElement()
If this SchemaStateMachineNode represents an
XmlSchemaElement , the XmlSchemaElement it
represents. |
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaElement | |
---|---|
void |
XmlSchemaStateMachineGenerator.onEndAttributes(XmlSchemaElement element,
XmlSchemaTypeInfo elemTypeInfo)
|
void |
XmlSchemaStateMachineGenerator.onEnterElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
|
void |
XmlSchemaStateMachineGenerator.onEnterSubstitutionGroup(XmlSchemaElement base)
|
void |
XmlSchemaStateMachineGenerator.onExitElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
|
void |
XmlSchemaStateMachineGenerator.onExitSubstitutionGroup(XmlSchemaElement base)
|
void |
XmlSchemaStateMachineGenerator.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr)
|
void |
XmlSchemaStateMachineGenerator.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
|
Uses of XmlSchemaElement in org.apache.ws.commons.schema.walker |
---|
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaElement | |
---|---|
void |
XmlSchemaVisitor.onEndAttributes(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo)
This method is called when all of the attributes have been processed (provided the element has a type defined). |
void |
XmlSchemaVisitor.onEnterElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
A notification that an XmlSchemaElement has been entered. |
void |
XmlSchemaVisitor.onEnterSubstitutionGroup(XmlSchemaElement base)
This method is called when the walker enters a substitution group. |
void |
XmlSchemaVisitor.onExitElement(XmlSchemaElement element,
XmlSchemaTypeInfo typeInfo,
boolean previouslyVisited)
Signifies the end of the element that was previously entered. |
void |
XmlSchemaVisitor.onExitSubstitutionGroup(XmlSchemaElement base)
Called when the end of the substitution group is reached. |
void |
XmlSchemaVisitor.onVisitAnyAttribute(XmlSchemaElement element,
XmlSchemaAnyAttribute anyAttr)
Called when a wildcard attribute is visited. |
void |
XmlSchemaVisitor.onVisitAttribute(XmlSchemaElement element,
XmlSchemaAttrInfo attrInfo)
This method is called for each attribute associated with the element, providing the XmlSchemaAttrInfo representing that attribute. |
void |
XmlSchemaWalker.walk(XmlSchemaElement element)
Initiates a walk through the XmlSchemaCollection starting with
the provided root XmlSchemaElement . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |