Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,XmlSchemaElement> |
XmlSchema.getElements()
Return a map containing all the defined elements of this schema.
|
XmlSchemaRef<XmlSchemaElement> |
XmlSchemaElement.getRef() |
Modifier and Type | Method and Description |
---|---|
XmlSchemaElement |
XmlSchemaStateMachineNode.getElement()
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.