|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.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
Deprecated. Property identifier: entity resolver. |
protected static String |
ERROR_HANDLER
Deprecated. Property identifier: error handler. |
protected XMLParserConfiguration |
fConfiguration
Deprecated. The parser configuration. |
Constructor Summary | |
---|---|
protected |
XMLParser(XMLParserConfiguration config)
Deprecated. Default Constructor. |
Method Summary | |
---|---|
void |
parse(XMLInputSource inputSource)
Deprecated. parse |
protected void |
reset()
Deprecated. 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 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
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |