Uses of Interface
org.apache.ws.commons.schema.walker.XmlSchemaVisitor
Packages that use XmlSchemaVisitor
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.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaVisitor in org.apache.ws.commons.schema.docpath
Classes in org.apache.ws.commons.schema.docpath that implement XmlSchemaVisitorModifier and TypeClassDescriptionfinal classBuilds a state machine from anXmlSchemarepresenting how to walk through the schema when parsing an XML document. -
Uses of XmlSchemaVisitor in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker with type parameters of type XmlSchemaVisitorMethods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaVisitorModifier and TypeMethodDescriptionXmlSchemaWalker.addVisitor(XmlSchemaVisitor visitor) Adds a new visitor to be notified as the XML Schemas are walked.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 XmlSchemaVisitorModifierConstructorDescriptionXmlSchemaWalker(XmlSchemaCollection xmlSchemas, XmlSchemaVisitor visitor) Initializes theXmlSchemaWalkerwith anXmlSchemaVisitorto notify as the schema is walked.