info.informatica.html
Class HTMLEventParser
java.lang.Object
info.informatica.html.HTMLEventParser
public class HTMLEventParser
- extends Object
HTML Event parser.
Similar to XML SAX event parsers, but integrated with the "html.tag" subpackage.
It has speed similar to SAX parsers, but offers a powerful tag/attribute abstraction
and does not require XML at all.
- Author:
- amengual at informatica dot info
HTMLEventParser
public HTMLEventParser(HTMLFragment doc)
- Parameters:
doc - HTML document.
parse
public void parse(HTMLEventHandler handler)
throws HTMLParsingException
- Parses the document.
- Throws:
HTMLParsingException