|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentHandler | |
org.apache.serialize | Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. |
org.apache.xml.serialize.transition | Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. |
org.xml.sax | SAX 2.0 interfaces. |
org.xml.sax.helpers | SAX 2.0 implementation classes. |
Uses of DocumentHandler in org.apache.serialize |
Methods in org.apache.serialize that return DocumentHandler | |
DocumentHandler |
Serializer.asDocumentHandler()
Return a DocumentHandler interface into this serializer. |
Uses of DocumentHandler in org.apache.xml.serialize.transition |
Classes in org.apache.xml.serialize.transition 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.transition that return DocumentHandler | |
DocumentHandler |
BaseMarkupSerializer.asDocumentHandler()
|
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 |