Package edu.harvard.hul.ois.jhove.module.xml

Contains supporting classes for the XML-HUL module.

See:
          Description

Class Summary
EntityInfo A little class so we can treat entity information as a structure
ProcessingInstructionInfo A little class so we can treat processing instruction information as a structure
SchemaInfo A little class so we can treat schema information as a structure
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.
 

Package edu.harvard.hul.ois.jhove.module.xml Description

Contains supporting classes for the XML-HUL module.