/ org.htmlparser / src / org / htmlparser / sax / package.html
package.html
 1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 2  <html>
 3  <head>
 4  <!--
 5   HTMLParser Library $Name: v1_6_20060319 $ - A java-based parser for HTML
 6   http://sourceforge.org/projects/htmlparser
 7   Copyright (C) 2004 Derrick Oswald
 8  
 9   Revision Control Information
10  
11   $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/sax/package.html,v $
12   $Author: derrickoswald $
13   $Date: 2004/07/14 01:58:02 $
14   $Revision: 1.1 $
15  
16   This library is free software; you can redistribute it and/or
17   modify it under the terms of the GNU Lesser General Public
18   License as published by the Free Software Foundation; either
19   version 2.1 of the License, or (at your option) any later version.
20  
21   This library is distributed in the hope that it will be useful,
22   but WITHOUT ANY WARRANTY; without even the implied warranty of
23   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24   Lesser General Public License for more details.
25  
26   You should have received a copy of the GNU Lesser General Public
27   License along with this library; if not, write to the Free Software
28   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29  -->
30  </head>
31  <body bgcolor="white">
32  The sax package implements a SAX (Simple API for XML) parser for HTML.
33  It uses the SAX 2 interfaces available from the <A
34  href="http://sourceforge.net/projects/sax/">sax</A> project.<br>
35  The HTML parser sax package is currently in it's infancy and just exposes the DOM Parser
36  via a SAX interface. The driver name is "org.htmlparser.sax.XMLReader" and a
37  simplistic test program is available in the org.htmlparser.tests package as
38  SAXTest.java.<br>
39  Some major pieces are missing, like namespace support (HTML files won't
40  generally have much in the way of namespaces), attribute type info, resolvers
41  and DTD handlers, among many other things.<br>
42  </body>
43  </html>