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/visitors/package.html,v $ 12 $Author: derrickoswald $ 13 $Date: 2004/01/02 16:24:58 $ 14 $Revision: 1.19 $ 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 visitors package contains classes that use the Visitor pattern. 33 These are typically used to perform an operation on one type of node (i.e. link nodes) for every node in a page. 34 35 <h2>Related Documentation</h2> 36 37 For overviews, tutorials, examples, guides, and tool documentation, please see: 38 <ul> 39 <li><a href="http://htmlparser.sourceforge.net">HTML Parser Home Page</a> 40 </ul> 41 42 <!-- Put @see and @since tags down here. --> 43 44 </body> 45 </html>