|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlSchemaVisitor | |
|---|---|
| org.apache.ws.commons.schema.docpath | Building an XML Document's Conforming Path |
| org.apache.ws.commons.schema.walker | Walking XML Schemas |
| Uses of XmlSchemaVisitor in org.apache.ws.commons.schema.docpath |
|---|
| Classes in org.apache.ws.commons.schema.docpath that implement XmlSchemaVisitor | |
|---|---|
class |
XmlSchemaStateMachineGenerator
Builds a state machine from an XmlSchema
representing how to walk through the schema when parsing an XML document. |
| Uses of XmlSchemaVisitor in org.apache.ws.commons.schema.walker |
|---|
| Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaVisitor | |
|---|---|
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. |
| Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaVisitor | |
|---|---|
XmlSchemaWalker(XmlSchemaCollection xmlSchemas,
XmlSchemaVisitor visitor)
Initializes the XmlSchemaWalker with an
XmlSchemaVisitor to notify as the schema is walked. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||