Uses of Class
org.apache.ws.commons.schema.docpath.XmlSchemaDocumentNode
Packages that use XmlSchemaDocumentNode
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.-
Uses of XmlSchemaDocumentNode in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath declared as XmlSchemaDocumentNodeModifier and TypeFieldDescriptionprivate XmlSchemaDocumentNode<U> XmlSchemaPathNode.documentNodeprivate XmlSchemaDocumentNode<U> XmlSchemaDocumentNode.parentFields in org.apache.ws.commons.schema.docpath with type parameters of type XmlSchemaDocumentNodeModifier and TypeFieldDescriptionprivate List<SortedMap<Integer, XmlSchemaDocumentNode<U>>> XmlSchemaDocumentNode.childrenprivate ArrayList<XmlSchemaDocumentNode<U>> XmlSchemaPathManager.unusedDocNodesMethods in org.apache.ws.commons.schema.docpath that return XmlSchemaDocumentNodeModifier and TypeMethodDescriptionprivate XmlSchemaDocumentNode<U> XmlSchemaPathManager.createDocumentNode(XmlSchemaDocumentNode<U> parent, XmlSchemaStateMachineNode state) XmlSchemaPathNode.getDocumentNode()Retrieves theXmlSchemaDocumentNodethisXmlSchemaPathNodeis visiting.XmlSchemaDocumentNode.getParent()TheXmlSchemaDocumentNoderepresenting this one's immediate parent.Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaDocumentNodeModifier and TypeMethodDescriptionXmlSchemaDocumentNode.getChildren()Retrieves the children in the last occurrence of this node, mapped to their relative position.XmlSchemaDocumentNode.getChildren(int iteration) Retrieves the children in the provided occurrence of this node, mapped to their relative position.Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaDocumentNodeModifier and TypeMethodDescriptionprivate XmlSchemaDocumentNode<U> XmlSchemaPathManager.createDocumentNode(XmlSchemaDocumentNode<U> parent, XmlSchemaStateMachineNode state) (package private) voidXmlSchemaPathManager.recycleDocumentNode(XmlSchemaDocumentNode<U> node) (package private) voidXmlSchemaDocumentNode.set(XmlSchemaDocumentNode<U> parent, XmlSchemaStateMachineNode stateMachineNode) (package private) voidXmlSchemaPathNode.setDocumentNode(XmlSchemaDocumentNode<U> docNode) (package private) voidXmlSchemaPathNode.update(XmlSchemaPathNode.Direction newDirection, XmlSchemaPathNode<U, V> newPrevious, XmlSchemaDocumentNode<U> newNode) Use this method when changing the theXmlSchemaStateMachineNodethisDocumentPathNoderefers to.Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaDocumentNodeModifierConstructorDescription(package private)XmlSchemaDocumentNode(XmlSchemaDocumentNode<U> parent, XmlSchemaStateMachineNode stateMachineNode) (package private)XmlSchemaPathNode(XmlSchemaPathNode.Direction dir, XmlSchemaPathNode<U, V> previous, XmlSchemaDocumentNode<U> node)