| 
 | 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
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_RESOLVERDeprecated. Property identifier: entity resolver. | 
| protected static String | ERROR_HANDLERDeprecated. Property identifier: error handler. | 
| protected  XMLPullParserConfiguration | fConfigurationDeprecated. 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 boolean parse(boolean complete)
              throws XNIException,
                     IOException
XNIException
IOException
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| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||