Package | Description |
---|---|
org.apache.ws.commons.schema.docpath |
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. |
Modifier and Type | Method and Description |
---|---|
XmlSchemaPathNode.Direction |
XmlSchemaPathNode.getDirection()
The direction this path travels.
|
static XmlSchemaPathNode.Direction |
XmlSchemaPathNode.Direction.valueOf(String name)
Returns 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.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.