Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.stream.util
Interface XMLPullReader

All Superinterfaces:
XMLReader

Deprecated. please use java standard StAX api

public interface XMLPullReader
extends XMLReader

Defines an interface that wraps a SAX XMLReader and provides extra methods needed to parse SAX events in a pull mode. These methods are provided by the Apache implementation of the SAX XMLReader

Since:
XMLInputStream 1.0
See Also:
XMLOutputStream

Method Summary
abstract  boolean parseSome()
          Deprecated. a method that allows iterative parsing of a document
abstract  boolean parseSomeSetup(InputSource input)
          Deprecated. a prepare method for the parse
abstract  boolean parseSomeSetup(String systemId)
          Deprecated. a prepare method for the parse

 

Methods inherited from interface org.xml.sax.XMLReader
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty

 

Method Detail

parseSomeSetup

boolean parseSomeSetup(InputSource input)
                       throws IOException,
                              SAXException
Deprecated. 
a prepare method for the parse
Parameters:
input - the input to parse
Throws:
IOException
SAXException

parseSomeSetup

boolean parseSomeSetup(String systemId)
                       throws IOException,
                              SAXException
Deprecated. 
a prepare method for the parse
Parameters:
systemId - the data to parse
Throws:
IOException
SAXException

parseSome

boolean parseSome()
                  throws SAXException
Deprecated. 
a method that allows iterative parsing of a document
Returns:
true if data was parsed, false if no more data to parse
Throws:
SAXException

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09