Package | Description |
---|---|
org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaPathNode<U,V> |
XmlSchemaPathNode.getNext()
The next node in the path, or
null if at the end of the
path. |
XmlSchemaPathNode<U,V> |
XmlSchemaPathNode.getPrevious()
The previous node in the path, or
null if at the beginning
of the path. |
XmlSchemaPathNode<U,V> |
XmlSchemaPathFinder.getXmlSchemaTraversal()
Once a traversal completes successfully, this method may be called to
retrieve the relevant interpretation of the path through the
XmlSchemaStateMachineNode s. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.