Skip navigation links
HTML Parser Home Page

Package org.htmlparser.sax

The sax package implements a SAX (Simple API for XML) parser for HTML.

See: Description

Package org.htmlparser.sax Description

The sax package implements a SAX (Simple API for XML) parser for HTML. It uses the SAX 2 interfaces available from the sax project.
The HTML parser sax package is currently in it's infancy and just exposes the DOM Parser via a SAX interface. The driver name is "org.htmlparser.sax.XMLReader" and a simplistic test program is available in the org.htmlparser.tests package as SAXTest.java.
Some major pieces are missing, like namespace support (HTML files won't generally have much in the way of namespaces), attribute type info, resolvers and DTD handlers, among many other things.
Skip navigation links
© 2005 Derrick Oswald
Jul 26, 2017

HTML Parser is an open source library released under LGPL. SourceForge.net