info.informatica.html
Class HTMLEventParser

java.lang.Object
  extended by 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

Constructor Summary
HTMLEventParser(HTMLFragment doc)
           
 
Method Summary
 void parse(HTMLEventHandler handler)
          Parses the document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLEventParser

public HTMLEventParser(HTMLFragment doc)
Parameters:
doc - HTML document.
Method Detail

parse

public void parse(HTMLEventHandler handler)
           throws HTMLParsingException
Parses the document.

Throws:
HTMLParsingException