|
Class Summary |
| BaseDOMFormatter |
Base class with common functionally XML and HTML DOM formatting
functionality. |
| ClosingInputSource |
Input source that automatically close its InputStream when EOF is reached
or an error occurs. |
| DOMFormatter |
Class for formatting DOMs into a documents. |
| DOMParser |
XML parser that parsers to a DOM. |
| Encodings |
Class that manages information about encodings. |
| ErrorReporter |
Object used to report error message for the user. |
| HTMLElements |
Information about HTML elements and attributes for use HTML formatter. |
| HTMLEntities |
Definitions of HTML character entities and conversions
between unicode characters and HTML character entities. |
| HTMLFormatter |
Formatter for outputting a HTML DOM as a HTML text document. |
| InputSourceOps |
Various operations on InputSources. |
| MkEncodingsTable |
Generate a file contain character encodings by parsing
the IANA Charset Registry, obtained from:
ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
This is a development-time tool, with special hacks to make up for
various java encoding names not in the table. |
| OutputOptions |
Object that specifies how a HTML or XML file will be formatted. |
| OutputOptions.Format |
Desired output format enumerated type. |
| XMLEntityResolver |
A flexable entity resolver for use with parsing XML files. |
| XMLFormatter |
Formatter for outputting a HTML DOM as a HTML text document. |