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? |
| 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 |