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. |
org.apache.ws.commons.schema.walker |
This package simplifies walking over an
XmlSchemaCollection . |
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–2024 The Apache Software Foundation. All rights reserved.