org.apache.xerces.parsers
public abstract class XMLParser extends Object
In addition to the features and properties recognized by the parser configuration, this parser recognizes these additional features and properties:
Version: $Id: XMLParser.java,v 1.10 2004/02/24 23:15:57 mrglavas Exp $
Field Summary | |
---|---|
protected static String | ENTITY_RESOLVER Property identifier: entity resolver. |
protected static String | ERROR_HANDLER Property identifier: error handler. |
protected XMLParserConfiguration | fConfiguration The parser configuration. |
Constructor Summary | |
---|---|
protected | XMLParser(XMLParserConfiguration config)
Default Constructor. |
Method Summary | |
---|---|
void | parse(XMLInputSource inputSource)
parse
|
protected void | reset()
reset all components before parsing |
Parameters: inputSource
Throws: XNIException java.io.IOException