Uses of Enum
org.apache.ws.commons.schema.docpath.XmlSchemaPathNode.Direction
Packages that use XmlSchemaPathNode.Direction
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 XmlSchemaPathNode.Direction in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath declared as XmlSchemaPathNode.DirectionMethods in org.apache.ws.commons.schema.docpath that return XmlSchemaPathNode.DirectionModifier and TypeMethodDescriptionXmlSchemaPathNode.getDirection()The direction this path travels.static XmlSchemaPathNode.DirectionReturns the enum constant of this type with the specified name.static XmlSchemaPathNode.Direction[]XmlSchemaPathNode.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaPathNode.DirectionModifier and TypeMethodDescription(package private) XmlSchemaPathNode<U, V> XmlSchemaPathManager.addParentSiblingOrContentNodeToPath(XmlSchemaPathNode<U, V> startNode, XmlSchemaPathNode.Direction direction) private XmlSchemaPathNode<U, V> XmlSchemaPathManager.createPathNode(XmlSchemaPathNode.Direction direction, XmlSchemaPathNode<U, V> previous, XmlSchemaStateMachineNode state) (package private) XmlSchemaPathNode<U, V> XmlSchemaPathManager.createStartPathNode(XmlSchemaPathNode.Direction direction, XmlSchemaStateMachineNode state) (package private) voidXmlSchemaPathNode.update(XmlSchemaPathNode.Direction newDirection, XmlSchemaPathNode<U, V> newPrevious, XmlSchemaDocumentNode<U> newNode) Use this method when changing the theXmlSchemaStateMachineNodethisDocumentPathNoderefers to.(package private) voidXmlSchemaPathNode.update(XmlSchemaPathNode.Direction newDirection, XmlSchemaPathNode<U, V> newPrevious, XmlSchemaStateMachineNode newStateMachineNode) Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaPathNode.DirectionModifierConstructorDescription(package private)XmlSchemaPathNode(XmlSchemaPathNode.Direction dir, XmlSchemaPathNode<U, V> previous, XmlSchemaDocumentNode<U> node) (package private)XmlSchemaPathNode(XmlSchemaPathNode.Direction dir, XmlSchemaPathNode<U, V> previous, XmlSchemaStateMachineNode stateMachine)