Development/Libraries/Java

html-parser: A JavaCC grammar for parsing HTML documents

Name:html-parser Vendor:JPackage Project
Version:1.02 License:GPL
Release:1jpp URL:http://www.quiotix.com/downloads/html-parser/
Summary
html-parser is a JavaCC grammar for parsing HTML documents. 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. The only source information discarded by the parser is whitespace inside of tags (i.e., the spaces or newlines between the attributes of a tag.) It is not confused by things that look like tags inside of quoted strings. The generated parse tree supports the commonly used "Visitor" design pattern. Several visitor classes are provided, which do things like dump the parse tree, restructure the parse tree, etc. Common tasks such as formatting, validation, or analysis are easily performed as Visitors.

Arch: noarch

Download:html-parser-1.02-1jpp.noarch.rpm
Build Date:Fri Mar 28 14:05:54 2003
Packager:Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org>
Size:62 KiB

Arch: noarch

Download:html-parser-1.02-1jpp.src.rpm
Build Date:Fri Mar 28 14:05:54 2003
Packager:Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org>
Size:43 KiB

Changelog

* Fri Mar 28 11:00:00 2003 Nicolas Mailhot <Nicolas.Mailhot (at) JPackage.org> 1.02-1jpp
- Initial build.

Listing created by RepoView-0.4.1