Project Summary

Project Information

Field Value
Name Quiotix HTML Parser
Description A toolkit for parsing HTML documents. The grammar is generated by JavaCC, a parser generator developed at Sun. It does not enforce the DTD, but instead builds a simple parse tree which can be used to validate, reformat, display, analyze, or edit the HTML document. The goal was to produce a parse tree which threw away very little information contained in the source file, so that by dumping the parse tree, an almost identical copy of the input document would result. It is not confused by things that look like tags inside of quoted strings.
Homepage http://www.paneris.net/htmlparser/

Project Organization

Field Value
Name Quiotix
URL http://www.quiotix.com/

Build Information

Field Value
GroupId com.quiotix
ArtifactId htmlparser
Version 1.3-snapshot
Type jar