|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentHandler | |
---|---|
org.apache.html.dom | |
org.apache.xerces.parsers | |
org.apache.xml.serialize | |
org.xml.sax | |
org.xml.sax.helpers |
Uses of DocumentHandler in org.apache.html.dom |
---|
Classes in org.apache.html.dom that implement DocumentHandler | |
class |
HTMLBuilder
This is a SAX document handler that is used to build an HTML document. |
Uses of DocumentHandler in org.apache.xerces.parsers |
---|
Methods in org.apache.xerces.parsers with parameters of type DocumentHandler | |
void |
SAXParser.setDocumentHandler(DocumentHandler handler)
Sets the document handler. |
Uses of DocumentHandler in org.apache.xml.serialize |
---|
Classes in org.apache.xml.serialize that implement DocumentHandler | |
class |
BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. |
class |
HTMLSerializer
Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
TextSerializer
Implements a text serializer supporting both DOM and SAX serializing. |
class |
XHTMLSerializer
Implements an XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty serializing. |
Methods in org.apache.xml.serialize that return DocumentHandler | |
DocumentHandler |
BaseMarkupSerializer.asDocumentHandler()
|
DocumentHandler |
Serializer.asDocumentHandler()
Return a DocumentHandler interface into this serializer. |
Uses of DocumentHandler in org.xml.sax |
---|
Classes in org.xml.sax that implement DocumentHandler | |
class |
HandlerBase
Deprecated. This class works with the deprecated DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
Methods in org.xml.sax with parameters of type DocumentHandler | |
void |
Parser.setDocumentHandler(DocumentHandler handler)
Deprecated. Allow an application to register a document event handler. |
Uses of DocumentHandler in org.xml.sax.helpers |
---|
Classes in org.xml.sax.helpers that implement DocumentHandler | |
class |
ParserAdapter
Adapt a SAX1 Parser as a SAX2 XMLReader. |
Methods in org.xml.sax.helpers with parameters of type DocumentHandler | |
void |
XMLReaderAdapter.setDocumentHandler(DocumentHandler handler)
Register the SAX1 document event handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |