BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.parsers
Class XMLPullParser

java.lang.Object
  extended byweblogic.apache.xerces.parsers.XMLPullParser
Direct Known Subclasses:
AbstractXMLDocumentPullParser

Deprecated. please use JDK supplied XML parsers and transformers

public abstract class XMLPullParser
extends Object

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

ENTITY_RESOLVER

protected static final String ENTITY_RESOLVER
Deprecated. 
Property identifier: entity resolver.

See Also:
Constant Field Values

ERROR_HANDLER

protected static final String ERROR_HANDLER
Deprecated. 
Property identifier: error handler.

See Also:
Constant Field Values

fConfiguration

protected XMLPullParserConfiguration fConfiguration
Deprecated. 
The parser configuration.

Constructor Detail

XMLPullParser

protected XMLPullParser(XMLPullParserConfiguration config)
Deprecated. 
Default Constructor.

Method Detail

parse

public boolean parse(boolean complete)
              throws XNIException,
                     IOException
Deprecated. 
Throws:
XNIException
IOException

parse

public void parse(XMLInputSource inputSource)
           throws XNIException,
                  IOException
Deprecated. 
parse

Parameters:
inputSource -
Throws:
XNIException
IOException

reset

protected void reset()
              throws XNIException
Deprecated. 
reset all components before parsing

Throws:
XNIException

setInputSource

public void setInputSource(XMLInputSource inputSource)
                    throws XMLConfigurationException,
                           IOException
Deprecated. 
Throws:
XMLConfigurationException
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.