org.apache.xml.serialize |
|
Java Source File Name | Type | Comment |
BaseMarkupSerializer.java | Class | Base class for a serializer supporting both DOM and SAX pretty
serializing of XML/HTML/XHTML documents. |
DOMSerializer.java | Interface | Interface for a DOM serializer implementation. |
DOMSerializerImpl.java | Class | EXPERIMENTAL: Implemenatation of DOM Level 3 org.w3c.ls.LSSerializer by delegating serialization
calls to XMLSerializer .
LSSerializer provides an API for serializing (writing) a DOM document out in an
XML document. |
ElementState.java | Class | Holds the state of the currently serialized element. |
EncodingInfo.java | Class | This class represents an encoding. |
Encodings.java | Class | Provides information about encodings. |
HTMLdtd.java | Class | Utility class for accessing information specific to HTML documents.
The HTML DTD is expressed as three utility function groups. |
HTMLSerializer.java | Class | Implements an HTML/XHTML serializer supporting both DOM and SAX
pretty serializing. |
IndentPrinter.java | Class | Extends
Printer and adds support for indentation and line
wrapping. |
LineSeparator.java | Class | |
Method.java | Class | |
ObjectFactory.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync. |
OutputFormat.java | Class | Specifies an output format to control the serializer. |
Printer.java | Class | The printer is responsible for sending text to the output stream
or writer. |
SecuritySupport.java | Class | This class is duplicated for each subpackage so keep it in sync. |
Serializer.java | Interface | Interface for a DOM serializer implementation, factory for DOM and SAX
serializers, and static methods for serializing DOM documents.
To serialize a document using SAX events, create a compatible serializer
and pass it around as a
org.xml.sax.DocumentHandler . |
SerializerFactory.java | Class | |
SerializerFactoryImpl.java | Class | Default serializer factory can construct serializers for the three
markup serializers (XML, HTML, XHTML ). |
TextSerializer.java | Class | Implements a text serializer supporting both DOM and SAX
serializing. |
XHTMLSerializer.java | Class | Implements an XHTML serializer supporting both DOM and SAX
pretty serializing. |
XML11Serializer.java | Class | Implements an XML serializer supporting both DOM and SAX pretty
serializing. |
XMLSerializer.java | Class | Implements an XML serializer supporting both DOM and SAX pretty
serializing. |