| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| Modifier and Type | Method and Description |
|---|---|
private static <U,V> XmlSchemaPathFinder.Fulfillment |
XmlSchemaPathFinder.isPositionFulfilled(XmlSchemaPathNode<U,V> currentPath,
java.util.List<java.lang.Integer> possiblePaths) |
static XmlSchemaPathFinder.Fulfillment |
XmlSchemaPathFinder.Fulfillment.valueOf(java.lang.String name)
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.
|