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 Somik Raha 8 9 Revision Control Information 10 11 $Source: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/package.html,v $ 12 $Author: derrickoswald $ 13 $Date: 2004/02/09 02:09:45 $ 14 $Revision: 1.20 $ 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> 32 Code which can be reused by many classes, is located in this package. 33 The util package is intended for holding utility classes that don't directly 34 help with parsing, but can take responsibilities out of some classes. 35 </body> 36 </html>