org.xml.sax.XMLReader@Deprecated
public interface XMLPullReader
extends org.xml.sax.XMLReader
XMLOutputStream| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | parseSome() | Deprecated. a method that allows iterative parsing of a document | 
| boolean | parseSomeSetup(java.lang.String systemId) | Deprecated. a prepare method for the parse | 
| boolean | parseSomeSetup(org.xml.sax.InputSource input) | Deprecated. a prepare method for the parse | 
boolean parseSomeSetup(org.xml.sax.InputSource input)
                throws java.io.IOException,
                       org.xml.sax.SAXException
input - the input to parsejava.io.IOExceptionorg.xml.sax.SAXExceptionboolean parseSomeSetup(java.lang.String systemId)
                throws java.io.IOException,
                       org.xml.sax.SAXException
systemId - the data to parsejava.io.IOExceptionorg.xml.sax.SAXExceptionboolean parseSome()
           throws org.xml.sax.SAXException
org.xml.sax.SAXException