See: Description
Class | Description |
---|---|
XhtmlProcessing |
Methods for processing XHTML elements in an XML document.
|
XmlDeclHandler |
This implementation of DeclHandler takes care of
collecting entity declarations.
|
XmlDeclStream |
This class is layered under the InputSource for the XmlModule
so that it can detect an XML declaration and character references,
which aren't reported by other API's.
|
XmlLexicalHandler |
This implementation of LexicalHandler takes care of
comments, DTD's, entities and other stuff for XmlModule.
|
XmlModuleHandler |
This handler does the parsing work of the XML module.
|