Uses of Class
org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder.PathSegment
Packages that use XmlSchemaPathFinder.PathSegment
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 XmlSchemaPathFinder.PathSegment in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath with type parameters of type XmlSchemaPathFinder.PathSegmentModifier and TypeFieldDescriptionprivate final List<XmlSchemaPathFinder.PathSegment<U, V>> XmlSchemaPathFinder.DecisionPoint.choicesMethods in org.apache.ws.commons.schema.docpath that return XmlSchemaPathFinder.PathSegmentModifier and TypeMethodDescription(package private) XmlSchemaPathFinder.PathSegment<U, V> XmlSchemaPathFinder.DecisionPoint.tryNextPath()Returns the nextPathSegmentto try, ornullif allPathSegments have been followed.Methods in org.apache.ws.commons.schema.docpath that return types with arguments of type XmlSchemaPathFinder.PathSegmentModifier and TypeMethodDescriptionprivate List<XmlSchemaPathFinder.PathSegment<U, V>> XmlSchemaPathFinder.find(XmlSchemaPathNode<U, V> startNode, QName elemQName) private List<XmlSchemaPathFinder.PathSegment<U, V>> XmlSchemaPathFinder.find(XmlSchemaPathNode<U, V> startNode, QName elemQName, int currDepth) private List<XmlSchemaPathFinder.PathSegment<U, V>> XmlSchemaPathFinder.find(XmlSchemaPathNode<U, V> startNode, QName elemQName, XmlSchemaStateMachineNode doNotFollow) Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaPathFinder.PathSegmentModifier and TypeMethodDescriptionintXmlSchemaPathFinder.PathSegment.compareTo(XmlSchemaPathFinder.PathSegment<U, V> o) private voidXmlSchemaPathFinder.followPath(XmlSchemaPathFinder.PathSegment<U, V> path) Constructor parameters in org.apache.ws.commons.schema.docpath with type arguments of type XmlSchemaPathFinder.PathSegmentModifierConstructorDescription(package private)DecisionPoint(XmlSchemaPathNode<U, V> decisionPoint, List<XmlSchemaPathFinder.PathSegment<U, V>> choices, int traversedElementIndex, ArrayList<QName> elementStack, ArrayList<QName> anyStack)