org.apache.xerces.parsers
abstract public class: XMLParser [javadoc |
source]
java.lang.Object
org.apache.xerces.parsers.XMLParser
Direct Known Subclasses:
XMLGrammarParser, DOMParser, DOMAddLines, DOMParserImpl, XMLDocumentParser, Counter, PSVIParser, DOMASBuilderImpl, SAXParser, DOMParserSaveEncoding, Writer, RevalidatingDOMParser, JAXPSAXParser, CSVParser, AbstractDOMParser, DocumentTracer, AbstractXMLDocumentParser, DTDParser, AbstractSAXParser
Base class of all XML-related parsers.
In addition to the features and properties recognized by the parser
configuration, this parser recognizes these additional features and
properties:
- Properties
- http://apache.org/xml/properties/internal/error-handler
- http://apache.org/xml/properties/internal/entity-resolver
- author:
Arnaud - Le Hors, IBM
- author:
Andy - Clark, IBM
- version:
$ - Id: XMLParser.java 447239 2006-09-18 05:08:26Z mrglavas $
| Field Summary |
|---|
| protected static final String | ENTITY_RESOLVER | Property identifier: entity resolver. |
| protected static final String | ERROR_HANDLER | Property identifier: error handler. |
| protected XMLParserConfiguration | fConfiguration | The parser configuration. |
| Constructor: |
protected XMLParser(XMLParserConfiguration config) {
//
// Constructors
//
// save configuration
fConfiguration = config;
// add default recognized properties
fConfiguration.addRecognizedProperties(RECOGNIZED_PROPERTIES);
}
|
| Method from org.apache.xerces.parsers.XMLParser Summary: |
|---|
|
parse, reset |