| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaStateMachineGenerator
Builds a state machine from an
XmlSchema
representing how to walk through the schema when parsing an XML document. |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaWalker |
XmlSchemaWalker.addVisitor(XmlSchemaVisitor visitor)
Adds a new visitor to be notified as the XML Schemas are walked.
|
XmlSchemaWalker |
XmlSchemaWalker.removeVisitor(XmlSchemaVisitor visitor)
Removes the visitor to be notified as the XML Schemas are walked.
|
| Constructor and Description |
|---|
XmlSchemaWalker(XmlSchemaCollection xmlSchemas,
XmlSchemaVisitor visitor)
Initializes the
XmlSchemaWalker with an
XmlSchemaVisitor to notify as the schema is walked. |
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.