Class Summary |
DocType |
The DocType class encapsulates informations regarding
the document type public and system IDs and root element name. |
EncodingSerializer |
An abstract serializer supporting multiple encodings. |
HTMLSerializer |
A serializer converting XHTML into plain old HTML. |
Namespaces |
The Namespaces class is an utility class implementing a
stack for XML namespaces declarations. |
SGMLDocType |
The SGMLDocType class encapsulates informations regarding
the document type public and system IDs and root element name for SGML
(like HTML) documents. |
XHTMLSerializer |
A pedantic XHTML serializer encoding all recognized entities with their
proper HTML names. |
XMLSerializer |
A fancy XML serializer not relying on the JAXP API. |