Method Summary |
|
protected void | addComponent(HTMLComponent component) Adds a component. |
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. |
public void | evaluateInputSource(XMLInputSource inputSource) EXPERIMENTAL: may change in next release
Immediately evaluates an input source and add the new content (e.g. |
public XMLDTDContentModelHandler | getDTDContentModelHandler() Returns the DTD content model handler. |
public XMLDTDHandler | getDTDHandler() Returns the DTD handler. |
public XMLDocumentHandler | getDocumentHandler() Returns the document handler. |
public XMLEntityResolver | getEntityResolver() Returns the entity resolver. |
public XMLErrorHandler | getErrorHandler() Returns the error handler. |
public Locale | getLocale() Returns the locale. |
public void | parse(XMLInputSource source) Parses a document. |
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 | pushInputSource(XMLInputSource inputSource) Pushes an input source onto the current entity stack. |
protected void | reset() Resets the parser configuration. |
public void | setDTDContentModelHandler(XMLDTDContentModelHandler handler) Sets the DTD content model handler. |
public void | setDTDHandler(XMLDTDHandler handler) Sets the DTD handler. |
public void | setDocumentHandler(XMLDocumentHandler handler) Sets the document handler. |
public void | setEntityResolver(XMLEntityResolver resolver) Sets the entity resolver. |
public void | setErrorHandler(XMLErrorHandler handler) Sets the error handler. |
public void | setFeature(String featureId, boolean state) Sets a feature. |
public void | setInputSource(XMLInputSource inputSource) Sets the input source for the document to parse. |
public void | setLocale(Locale locale) Sets the locale. |
public void | setProperty(String propertyId, Object value) Sets a property. |