|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
org.enhydra.xml.io
provides input (parsing) and output (formatting) routines for XML and HTML.
See:
Description
Interface Summary | |
DocumentInfo | Interface implemented by a document to support advanced formatting features such as URL rewriting. |
Formatter | Interface for document-type specific formatters. |
PreFormattedText | Interface that nodes of a document must implement if they have formatted text. |
PreFormattedTextDocument | Interface that the Document must implement if any of its nodes are to implement PreFormattedText. |
URLRewriter | Interface for a URL rewritting object that can be supplied by as part of the OutputOptions. |
Class Summary | |
BaseDOMFormatter | Base class with common functionally XML and HTML DOM formatting functionality. |
CharacterSet | Information and operations associated with a specific character set. |
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. |
Encoding | Deprecated. Use org.enhydra.xml.io.Encodings |
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. |
ISO8859CharacterSet | Information and operations associated with the ISO-8859-* group of character sets. |
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. |
ShiftJisCharacterSet | Class that implements special character handling for Shift_JIS. |
XMLEntityResolver | A flexable entity resolver for use with parsing XML files. |
XMLFormatter | Formatter for outputting a HTML DOM as a HTML text document. |
XmlReader | Character stream that handles (or at least attemtps to) all the necessary Voodo to figure out the charset encoding of the XML document within the stream. |
Exception Summary | |
XmlReaderException | The XmlReaderException is thrown by the XmlReader constructors if the charset encoding can not be determined according to the XML 1.0 specification and RFC 3023. |
Error Summary | |
XMLIOError | Error for XML I/O. |
org.enhydra.xml.io
provides input (parsing) and output (formatting) routines for XML and HTML.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |