Save This Page
Home » openjdk-7 » com.sun.org.apache.xml.internal » resolver » tools » [javadoc | source]
com.sun.org.apache.xml.internal.resolver.tools
public class: ResolvingXMLReader [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.XMLFilterImpl
      com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter
         com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLReader

All Implemented Interfaces:
    ContentHandler, DTDHandler, ErrorHandler, XMLFilter, EntityResolver

A SAX XMLReader that performs catalog-based entity resolution.

This class implements a SAX XMLReader that performs entity resolution using the CatalogResolver. The actual, underlying parser is obtained from a SAXParserFactory.

Field Summary
public static  boolean namespaceAware    Make the parser Namespace aware? 
public static  boolean validating    Make the parser validating? 
Fields inherited from com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter:
suppressExplanation
Constructor:
 public ResolvingXMLReader() 
 public ResolvingXMLReader(CatalogManager manager) 
    Construct a new reader from the JAXP factory.

    In order to do its job, a ResolvingXMLReader must in fact be a filter. So the only difference between this code and the filter code is that the constructor builds a new reader.

Methods from com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter:
getCatalog,   notationDecl,   parse,   parse,   processingInstruction,   resolveEntity,   startElement,   unparsedEntityDecl
Methods from org.xml.sax.helpers.XMLFilterImpl:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   getContentHandler,   getDTDHandler,   getEntityResolver,   getErrorHandler,   getFeature,   getParent,   getProperty,   ignorableWhitespace,   notationDecl,   parse,   parse,   processingInstruction,   resolveEntity,   setContentHandler,   setDTDHandler,   setDocumentLocator,   setEntityResolver,   setErrorHandler,   setFeature,   setParent,   setProperty,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait