|
|||||||||
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 java.lang.String |
ENTITY_RESOLVER
Property identifier: entity resolver. |
protected static java.lang.String |
ERROR_HANDLER
Property identifier: error handler. |
protected org.apache.xerces.xni.parser.XMLParserConfiguration |
fConfiguration
The parser configuration. |
Constructor Summary | |
---|---|
protected |
XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
Default Constructor. |
Method Summary | |
---|---|
void |
parse(org.apache.xerces.xni.parser.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 java.lang.String ENTITY_RESOLVER
protected static final java.lang.String ERROR_HANDLER
protected org.apache.xerces.xni.parser.XMLParserConfiguration fConfiguration
Constructor Detail |
---|
protected XMLParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
Method Detail |
---|
public void parse(org.apache.xerces.xni.parser.XMLInputSource inputSource) throws org.apache.xerces.xni.XNIException, java.io.IOException
inputSource
-
org.apache.xerces.xni.XNIException
java.io.IOException
protected void reset() throws org.apache.xerces.xni.XNIException
org.apache.xerces.xni.XNIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |