Class Summary |
BaseMarkupSerializer |
Base class for a serializer supporting both DOM and SAX pretty
serializing of XML/HTML/XHTML documents. |
HTMLdtd |
Utility class for accessing information specific to HTML documents. |
HTMLSerializer |
Implements an HTML/XHTML serializer supporting both DOM and SAX
pretty serializing. |
LineSeparator |
|
Method |
|
OutputFormat |
Specifies an output format to control the serializer. |
OutputFormat.Defaults |
|
OutputFormat.DTD |
|
Printer |
The printer is responsible for sending text to the output stream
or writer. |
SerializerFactory |
|
TextSerializer |
Implements a text serializer supporting both DOM and SAX
serializing. |
XHTMLSerializer |
Implements an XHTML serializer supporting both DOM and SAX
pretty serializing. |
XMLSerializer |
Implements an XML serializer supporting both DOM and SAX pretty
serializing. |