Uses of Enum
org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder.Fulfillment
Packages that use XmlSchemaPathFinder.Fulfillment
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.Fulfillment in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath that return XmlSchemaPathFinder.FulfillmentModifier and TypeMethodDescriptionprivate static <U,V> XmlSchemaPathFinder.Fulfillment XmlSchemaPathFinder.isPositionFulfilled(XmlSchemaPathNode<U, V> currentPath, List<Integer> possiblePaths) Returns the enum constant of this type with the specified name.static XmlSchemaPathFinder.Fulfillment[]XmlSchemaPathFinder.Fulfillment.values()Returns an array containing the constants of this enum type, in the order they are declared.