| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaPathNode.Direction |
XmlSchemaPathNode.direction |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaPathNode.Direction |
XmlSchemaPathNode.getDirection()
The direction this path travels.
|
static XmlSchemaPathNode.Direction |
XmlSchemaPathNode.Direction.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
(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) void |
XmlSchemaPathNode.update(XmlSchemaPathNode.Direction newDirection,
XmlSchemaPathNode<U,V> newPrevious,
XmlSchemaDocumentNode<U> newNode)
Use this method when changing the the
XmlSchemaStateMachineNode
this DocumentPathNode refers to. |
(package private) void |
XmlSchemaPathNode.update(XmlSchemaPathNode.Direction newDirection,
XmlSchemaPathNode<U,V> newPrevious,
XmlSchemaStateMachineNode newStateMachineNode) |
| Constructor and Description |
|---|
XmlSchemaPathNode(XmlSchemaPathNode.Direction dir,
XmlSchemaPathNode<U,V> previous,
XmlSchemaDocumentNode<U> node) |
XmlSchemaPathNode(XmlSchemaPathNode.Direction dir,
XmlSchemaPathNode<U,V> previous,
XmlSchemaStateMachineNode stateMachine) |