Class 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 (kohsuke.kawaguchi@sun.com)