|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xerces.parsers.XMLParser
public abstract class XMLParser
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:
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String ENTITY_RESOLVER
protected static final String ERROR_HANDLER
protected final XMLParserConfiguration fConfiguration
Constructor Detail |
---|
protected XMLParser(XMLParserConfiguration config)
Method Detail |
---|
public void parse(XMLInputSource inputSource) throws XNIException, IOException
inputSource
-
XNIException
IOException
protected void reset() throws XNIException
XNIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |