Method Summary |
|
protected void | checkFeature(String featureId) Check a feature. |
protected void | checkProperty(String propertyId) Check a property. |
public void | cleanup() If the application decides to terminate parsing before the xml document
is fully parsed, the application should call this method to free any
resource allocated during parsing. |
protected void | configurePipeline() Configures the XML 1.0 pipeline. |
protected void | configureXML11Pipeline() Configures the XML 1.1 pipeline. |
public Document | getDocument() Returns the Document object. |
public boolean | getFeature(String featureId) Returns the state of a feature.
Parameters: featureId - The feature identifier. |
public boolean | parse(boolean complete) Parses the document in a pull parsing fashion.
Parameters: complete - True if the pull parser should parse theremaining document completely. |
public void | parse(XMLInputSource source) Parses the specified input source. |
public void | reset() Reset all components before parsing. |
public void | resetNodePool() |
final protected void | resetXML10() |
final protected void | resetXML11() |
public void | setFeature(String featureId, boolean state) Set the state of a feature.
Set the state of any feature in a SAX2 parser. |
public void | setInputSource(XMLInputSource inputSource) Sets the input source for the document to parse. |
public void | setLocale(Locale locale) Set the locale to use for messages. |
public void | setProperty(String propertyId, Object value) |