| 
 | Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface XMLPullReader
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
XMLOutputStream| Method Summary | |
|---|---|
|  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 | 
| Methods inherited from interface org.xml.sax.XMLReader | 
|---|
| getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty | 
| Method Detail | 
|---|
boolean parseSomeSetup(InputSource input)
                       throws IOException,
                              SAXException
input - the input to parse
IOException
SAXException
boolean parseSomeSetup(String systemId)
                       throws IOException,
                              SAXException
systemId - the data to parse
IOException
SAXException
boolean parseSome()
                  throws SAXException
SAXException| 
 | Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||