| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaStateMachineNode.Type |
XmlSchemaStateMachineNode.nodeType |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaStateMachineNode.Type |
XmlSchemaStateMachineNode.getNodeType()
The XML Schema node
XmlSchemaStateMachineNode.Type this SchemaStateMachineNode
represents. |
static XmlSchemaStateMachineNode.Type |
XmlSchemaStateMachineNode.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XmlSchemaStateMachineNode.Type[] |
XmlSchemaStateMachineNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlSchemaStateMachineGenerator.popGroup(XmlSchemaStateMachineNode.Type groupType) |
private void |
XmlSchemaStateMachineGenerator.pushGroup(XmlSchemaStateMachineNode.Type groupType,
long minOccurs,
long maxOccurs) |
| Constructor and Description |
|---|
XmlSchemaStateMachineNode(XmlSchemaStateMachineNode.Type nodeType,
long minOccurs,
long maxOccurs)
Constructs a new
SchemaStateMachineNode for a group. |