Class AbstractReferenceFinderImpl

java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
com.sun.tools.ws.wsdl.parser.AbstractReferenceFinderImpl
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public abstract class AbstractReferenceFinderImpl extends XMLFilterImpl
XMLFilter that finds references to other schema files from SAX events.

This implementation is a base implementation for typical case where we just need to look for a particular attribute which contains an URL to another schema file.

Author:
Kohsuke Kawaguchi ([email protected]) Vivek Pandey