public interface XMLPullReader extends XMLReader
XMLOutputStream| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setPropertyboolean parseSomeSetup(InputSource input) throws IOException, SAXException
input - the input to parseIOExceptionSAXExceptionboolean parseSomeSetup(String systemId) throws IOException, SAXException
systemId - the data to parseIOExceptionSAXExceptionboolean parseSome()
           throws SAXException
SAXException