Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

weblogic.xml.stream.util
Class XMLPullReaderBase

java.lang.Object
  extended by weblogic.xml.stream.util.XMLPullReaderBase
All Implemented Interfaces:
XMLReader, XMLPullReader

Deprecated. please use java standard StAX api

public class XMLPullReaderBase
extends Object
implements XMLPullReader

Implements the XMLPullReader interface using the weblogic.apache.xerces.parsers.SAXParser

Since:
XMLInputStream 1.0
See Also:
XMLOutputStream

Field Summary
protected  weblogic.apache.xerces.parsers.SAXPullParser saxParser
          Deprecated.  
 
Constructor Summary
XMLPullReaderBase()
          Deprecated.  
XMLPullReaderBase(weblogic.apache.xerces.parsers.SAXPullParser parser)
          Deprecated.  
 
Method Summary
 ContentHandler getContentHandler()
          Deprecated.  
 DTDHandler getDTDHandler()
          Deprecated.  
 EntityResolver getEntityResolver()
          Deprecated.  
 ErrorHandler getErrorHandler()
          Deprecated.  
 boolean getFeature(String name)
          Deprecated.  
 Object getProperty(String name)
          Deprecated.  
static void main(String[] args)
          Deprecated.  
 void parse(InputSource input)
          Deprecated.  
 void parse(String systemId)
          Deprecated.  
 boolean parseSome()
          Deprecated. a method that allows iterative parsing of a document
 boolean parseSomeSetup(InputSource input)
          Deprecated. a prepare method for the parse
 boolean parseSomeSetup(String systemId)
          Deprecated. a prepare method for the parse
 void setContentHandler(ContentHandler handler)
          Deprecated.  
 void setDTDHandler(DTDHandler handler)
          Deprecated.  
 void setEntityResolver(EntityResolver resolver)
          Deprecated.  
 void setErrorHandler(ErrorHandler handler)
          Deprecated.  
 void setFeature(String name, boolean state)
          Deprecated.  
 void setProperty(String name, Object value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

saxParser

protected weblogic.apache.xerces.parsers.SAXPullParser saxParser
Deprecated. 
Constructor Detail

XMLPullReaderBase

public XMLPullReaderBase()
                  throws SAXException
Deprecated. 
Throws:
SAXException

XMLPullReaderBase

public XMLPullReaderBase(weblogic.apache.xerces.parsers.SAXPullParser parser)
                  throws SAXException
Deprecated. 
Throws:
SAXException
Method Detail

parseSomeSetup

public boolean parseSomeSetup(InputSource input)
                       throws IOException,
                              SAXException
Deprecated. 
Description copied from interface: XMLPullReader
a prepare method for the parse

Specified by:
parseSomeSetup in interface XMLPullReader
Parameters:
input - the input to parse
Throws:
IOException
SAXException

parseSomeSetup

public boolean parseSomeSetup(String systemId)
                       throws IOException,
                              SAXException
Deprecated. 
Description copied from interface: XMLPullReader
a prepare method for the parse

Specified by:
parseSomeSetup in interface XMLPullReader
Parameters:
systemId - the data to parse
Throws:
IOException
SAXException

parseSome

public boolean parseSome()
                  throws SAXException
Deprecated. 
Description copied from interface: XMLPullReader
a method that allows iterative parsing of a document

Specified by:
parseSome in interface XMLPullReader
Returns:
true if data was parsed, false if no more data to parse
Throws:
SAXException

setFeature

public void setFeature(String name,
                       boolean state)
                throws SAXNotRecognizedException,
                       SAXNotSupportedException
Deprecated. 
Specified by:
setFeature in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

getFeature

public boolean getFeature(String name)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
Deprecated. 
Specified by:
getFeature in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

setProperty

public void setProperty(String name,
                        Object value)
                 throws SAXNotRecognizedException,
                        SAXNotSupportedException
Deprecated. 
Specified by:
setProperty in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

getProperty

public Object getProperty(String name)
                   throws SAXNotRecognizedException,
                          SAXNotSupportedException
Deprecated. 
Specified by:
getProperty in interface XMLReader
Throws:
SAXNotRecognizedException
SAXNotSupportedException

setEntityResolver

public void setEntityResolver(EntityResolver resolver)
Deprecated. 
Specified by:
setEntityResolver in interface XMLReader

getEntityResolver

public EntityResolver getEntityResolver()
Deprecated. 
Specified by:
getEntityResolver in interface XMLReader

setDTDHandler

public void setDTDHandler(DTDHandler handler)
Deprecated. 
Specified by:
setDTDHandler in interface XMLReader

getDTDHandler

public DTDHandler getDTDHandler()
Deprecated. 
Specified by:
getDTDHandler in interface XMLReader

setContentHandler

public void setContentHandler(ContentHandler handler)
Deprecated. 
Specified by:
setContentHandler in interface XMLReader

getContentHandler

public ContentHandler getContentHandler()
Deprecated. 
Specified by:
getContentHandler in interface XMLReader

setErrorHandler

public void setErrorHandler(ErrorHandler handler)
Deprecated. 
Specified by:
setErrorHandler in interface XMLReader

getErrorHandler

public ErrorHandler getErrorHandler()
Deprecated. 
Specified by:
getErrorHandler in interface XMLReader

parse

public void parse(InputSource input)
           throws SAXException,
                  IOException
Deprecated. 
Specified by:
parse in interface XMLReader
Throws:
SAXException
IOException

parse

public void parse(String systemId)
           throws SAXException,
                  IOException
Deprecated. 
Specified by:
parse in interface XMLReader
Throws:
SAXException
IOException

main

public static void main(String[] args)
                 throws Exception
Deprecated. 
Throws:
Exception

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05