| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaStateMachineNode |
XmlSchemaStateMachineGenerator.getStartNode()
Retrieves the start node of the state machine representing the
most-recently walked
XmlSchema. |
XmlSchemaStateMachineNode |
XmlSchemaPathNode.getStateMachineNode()
Retrieves the
XmlSchemaStateMachineNode representing the XML
Schema that this XmlSchemaPathNode is visiting. |
XmlSchemaStateMachineNode |
XmlSchemaDocumentNode.getStateMachineNode()
Returns the
XmlSchemaStateMachineNode representing the place in
the XML Schema that this XmlSchemaDocumentNode represents. |
| Modifier and Type | Method and Description |
|---|---|
List<XmlSchemaStateMachineNode> |
XmlSchemaStateMachineNode.getPossibleNextStates()
All of the known possible states that could follow this one.
|
Map<QName,XmlSchemaStateMachineNode> |
XmlSchemaStateMachineGenerator.getStateMachineNodesByQName()
Retrieves the
XmlSchemaStateMachineNodes representing each
XmlSchemaElement in the walked
XmlSchema. |
Map<QName,XmlSchemaStateMachineNode> |
DomBuilderFromSax.getStateMachinesByQName()
Retrieves the
QName -> XmlSchemaStateMachineNode mapping
defined by the call to DomBuilderFromSax.setStateMachinesByQName(Map). |
| Modifier and Type | Method and Description |
|---|---|
void |
DomBuilderFromSax.setStateMachinesByQName(Map<QName,XmlSchemaStateMachineNode> statesByQName)
Sets the mapping of
QNames to XmlSchemaStateMachineNodes. |
| Constructor and Description |
|---|
XmlSchemaPathFinder(XmlSchemaStateMachineNode root)
Creates a new
XmlToAvroPathCreator with the root
XmlSchemaStateMachineNode to start from when evaluating
documents. |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.