|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeclHandler | |
---|---|
org.apache.xerces.parsers | |
org.apache.xml.serialize |
Uses of DeclHandler in org.apache.xerces.parsers |
---|
Methods in org.apache.xerces.parsers that return DeclHandler | |
protected DeclHandler |
SAXParser.getDeclHandler()
Returns the DTD declaration event handler. |
Methods in org.apache.xerces.parsers with parameters of type DeclHandler | |
protected void |
SAXParser.setDeclHandler(DeclHandler handler)
Set the DTD declaration event handler. |
Uses of DeclHandler in org.apache.xml.serialize |
---|
Classes in org.apache.xml.serialize that implement DeclHandler | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |