DOMSerializer | Interface for a DOM serializer implementation. | code | html |
Serializer | Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents. | code | html |
BaseMarkupSerializer | Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. | code | html |
SerializerFactory | code | html |
DOMSerializerImpl | EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization
calls to XMLSerializer . |
code | html |
DOMSerializerImpl.DocumentMethods | Holder of DOM Level 3 methods from org.w3c.dom.Document. | code | html |
ElementState | Holds the state of the currently serialized element. | code | html |
EncodingInfo | This class represents an encoding. | code | html |
EncodingInfo.CharToByteConverterMethods | Holder of methods from sun.io.CharToByteConverter. | code | html |
EncodingInfo.CharsetMethods | Holder of methods from java.nio.charset.Charset and java.nio.charset.CharsetEncoder. | code | html |
Encodings | Provides information about encodings. | code | html |
HTMLSerializer | Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing. | code | html |
HTMLdtd | Utility class for accessing information specific to HTML documents. | code | html |
IndentPrinter | Extends Printer and adds support for indentation and line wrapping. | code | html |
LineSeparator | code | html | |
Method | code | html | |
ObjectFactory | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
ObjectFactory.ConfigurationError | A configuration error. | code | html |
OutputFormat | Specifies an output format to control the serializer. | code | html |
OutputFormat.DTD | code | html | |
OutputFormat.Defaults | code | html | |
Printer | The printer is responsible for sending text to the output stream or writer. | code | html |
SecuritySupport | This class is duplicated for each subpackage so keep it in sync. | code | html |
SecuritySupport12 | This class is duplicated for each JAXP subpackage so keep it in sync. | code | html |
SerializerFactoryImpl | Default serializer factory can construct serializers for the three markup serializers (XML, HTML, XHTML ). | code | html |
TextSerializer | Implements a text serializer supporting both DOM and SAX serializing. | code | html |
XHTMLSerializer | Implements an XHTML serializer supporting both DOM and SAX pretty serializing. | code | html |
XML11Serializer | Implements an XML serializer supporting both DOM and SAX pretty serializing. | code | html |
XMLSerializer | Implements an XML serializer supporting both DOM and SAX pretty serializing. | code | html |