Package hhreco.util.aelfred

This package contains the source of the Aelfred XML parser from Microstar.

See:
          Description

Interface Summary
XmlHandler XML Processing Interface.
 

Class Summary
HandlerBase Convenience base class for AElfred handlers.
XmlParser Parse XML documents and return parse events through call-backs.
 

Exception Summary
XmlException Convenience exception class for reporting XML parsing errors.
 

Package hhreco.util.aelfred Description

This package contains the source of the Aelfred XML parser from Microstar. Aelfred is a light-weight, non-validating XML parser. These files are used by the hhreco.recognition package, and are included in the HHreco source release in order to make it easier to use and understand the XML parsers. These files are unmodified, with the exception of changing the name of the package from com.microstar.xml to hhreco.util.aelfred, and adding a package.html.

See http://www.microstar.com/aelfred.html for more information and the complete release of Aelfred.

Note: The copyright distributeed with HHreco does not apply to these files.