|
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.XMLPullParser
public abstract class XMLPullParser
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 XMLPullParserConfiguration |
fConfiguration
Deprecated. The parser configuration. |
| Constructor Summary | |
|---|---|
protected |
XMLPullParser(XMLPullParserConfiguration config)
Deprecated. Default Constructor. |
| Method Summary | |
|---|---|
boolean |
parse(boolean complete)
Deprecated. |
void |
parse(XMLInputSource inputSource)
Deprecated. parse |
protected void |
reset()
Deprecated. reset all components before parsing |
void |
setInputSource(XMLInputSource inputSource)
Deprecated. |
| 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 XMLPullParserConfiguration fConfiguration
| Constructor Detail |
|---|
protected XMLPullParser(XMLPullParserConfiguration config)
| Method Detail |
|---|
public void parse(XMLInputSource inputSource)
throws XNIException,
IOException
inputSource -
XNIException
IOException
protected void reset()
throws XNIException
XNIException
public void setInputSource(XMLInputSource inputSource)
throws XMLConfigurationException,
IOException
XMLConfigurationException
IOException
public boolean parse(boolean complete)
throws XNIException,
IOException
XNIException
IOException
|
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 | |||||||||