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

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

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

Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaDocumentNode
 XmlSchemaDocumentNode<U> XmlSchemaPathNode.getDocumentNode()
          Retrieves the XmlSchemaDocumentNode this XmlSchemaPathNode is visiting.
 XmlSchemaDocumentNode<U> XmlSchemaDocumentNode.getParent()
          The XmlSchemaDocumentNode representing this one's immediate parent.
 

Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaDocumentNode
 SortedMap<Integer,XmlSchemaDocumentNode<U>> XmlSchemaDocumentNode.getChildren()
          Retrieves the children in the last occurrence of this node, mapped to their relative position.
 SortedMap<Integer,XmlSchemaDocumentNode<U>> XmlSchemaDocumentNode.getChildren(int iteration)
          Retrieves the children in the provided occurrence of this node, mapped to their relative position.
 



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