Class XmlSchemaPathFinder<U,V>

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.ws.commons.schema.docpath.XmlSchemaPathFinder<U,V>
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public final class XmlSchemaPathFinder<U,V> extends DefaultHandler
Performs a SAX-based walk through the XML document, determining the interpretation ("path") that best matches the XML Schema.

This is a traditional DefaultHandler that can be attached to either a SAXParser during a parse, or to SaxWalkerOverDom to find paths through an Document.

Because this is a SAX-based walk, the source information need not be an XML document. It can be any data that can be interpreted via a SAX walk. This can be helpful when trying to confirm the source data can be converted back into XML.