Class HTMLBuilder

java.lang.Object
org.apache.html.dom.HTMLBuilder
All Implemented Interfaces:
DocumentHandler

public class HTMLBuilder extends Object implements DocumentHandler
This is a SAX document handler that is used to build an HTML document. It can build a document from any SAX parser, but is specifically tuned for working with the OpenXML HTML parser.
Version:
$Revision: 1029415 $ $Date: 2010-10-31 22:32:22 +0530 (Sun, 31 Oct 2010) $
Author:
Assaf Arkin