Uses of Enum
org.apache.ws.commons.schema.docpath.XmlSchemaStateMachineNode.Type
Packages that use XmlSchemaStateMachineNode.Type
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 XmlSchemaStateMachineNode.Type in org.apache.ws.commons.schema.docpath
Fields in org.apache.ws.commons.schema.docpath declared as XmlSchemaStateMachineNode.TypeModifier and TypeFieldDescriptionprivate final XmlSchemaStateMachineNode.TypeXmlSchemaStateMachineNode.nodeTypeMethods in org.apache.ws.commons.schema.docpath that return XmlSchemaStateMachineNode.TypeModifier and TypeMethodDescriptionXmlSchemaStateMachineNode.getNodeType()The XML Schema nodeXmlSchemaStateMachineNode.TypethisSchemaStateMachineNoderepresents.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.Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaStateMachineNode.TypeModifier and TypeMethodDescriptionprivate voidXmlSchemaStateMachineGenerator.popGroup(XmlSchemaStateMachineNode.Type groupType) private voidXmlSchemaStateMachineGenerator.pushGroup(XmlSchemaStateMachineNode.Type groupType, long minOccurs, long maxOccurs) Constructors in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaStateMachineNode.TypeModifierConstructorDescription(package private)XmlSchemaStateMachineNode(XmlSchemaStateMachineNode.Type nodeType, long minOccurs, long maxOccurs) Constructs a newSchemaStateMachineNodefor a group.