Uses of Class
org.apache.ws.commons.schema.docpath.XmlSchemaPathNode

Packages that use XmlSchemaPathNode
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
 

Uses of XmlSchemaPathNode in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaPathNode
 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 XmlSchemaStateMachineNodes.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.