| Interface | Description |
|---|---|
| DOMSerializer |
Interface for a DOM serializer implementation.
|
| Serializer |
Interface for a DOM serializer implementation, factory for DOM and SAX
serializers, and static methods for serializing DOM documents.
|
| Class | Description |
|---|---|
| BaseMarkupSerializer |
Base class for a serializer supporting both DOM and SAX pretty
serializing of XML/HTML/XHTML documents.
|
| DOMSerializerImpl |
EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization
calls to
XMLSerializer. |
| ElementState |
Holds the state of the currently serialized element.
|
| EncodingInfo |
This class represents an encoding.
|
| Encodings |
Provides information about encodings.
|
| HTMLdtd |
Utility class for accessing information specific to HTML documents.
|
| HTMLSerializer | Deprecated
This class was deprecated in Xerces 2.6.2.
|
| IndentPrinter |
Extends
Printer and adds support for indentation and line
wrapping. |
| 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 | Deprecated
This class was deprecated in Xerces 2.6.2.
|
| XML11Serializer |
Implements an XML serializer supporting both DOM and SAX pretty
serializing.
|
| XMLSerializer |
Implements an XML serializer supporting both DOM and SAX pretty
serializing.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.