Contains supporting classes for the HTML-HUL module.

This module uses code generated by JavaCC. The grammar file is ParseHtml.jj. It can be compiled using BuildParser.bat. Compiling it generates the following files:

In addition, HtmlCharStream.java has been created by manually modifying CharStream.java. If a future version of JavaCC changes CharStream.java, HtmlCharStream.java should be changed to match.

A number of DTD and Entity files have been stored with this package to facilitate resolution of Doctypes without having to get them over the Internet. These are the W3 Consortium's files, and no rights over them are claimed by including them here.
The list of files:

This module uses the XML-HUL module in validating XHTML files.