| com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLReader
ResolvingXMLReader | public class ResolvingXMLReader extends ResolvingXMLFilter (Code) | | 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.
See Also: CatalogResolver See Also: org.xml.sax.XMLReader author: Norman Walsh author: Norman.Walsh@Sun.COM version: 1.0 |
Constructor Summary | |
public | ResolvingXMLReader() Construct a new reader from the JAXP factory.
In order to do its job, a ResolvingXMLReader must in fact be
a filter. | 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. |
namespaceAware | public static boolean namespaceAware(Code) | | Make the parser Namespace aware?
|
validating | public static boolean validating(Code) | | Make the parser validating?
|
ResolvingXMLReader | public ResolvingXMLReader()(Code) | | 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.
|
ResolvingXMLReader | public ResolvingXMLReader(CatalogManager manager)(Code) | | 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.
|
Fields inherited from com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter | public static boolean suppressExplanation(Code)(Java Doc)
|
Methods inherited from com.sun.org.apache.xml.internal.resolver.tools.ResolvingXMLFilter | public Catalog getCatalog()(Code)(Java Doc) public void notationDecl(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc) public void parse(InputSource input) throws IOException, SAXException(Code)(Java Doc) public void parse(String systemId) throws IOException, SAXException(Code)(Java Doc) public void processingInstruction(String target, String pidata) throws SAXException(Code)(Java Doc) public InputSource resolveEntity(String publicId, String systemId)(Code)(Java Doc) public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException(Code)(Java Doc) public void unparsedEntityDecl(String name, String publicId, String systemId, String notationName) throws SAXException(Code)(Java Doc)
|
|
|