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/beans/package.html,v $ 12 $Author: derrickoswald $ 13 $Date: 2005/04/12 11:27:41 $ 14 $Revision: 1.21 $ 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 beans package contains Java Beans using the HTML Parser. 33 <p>There are visual and non-visual beans, the former follow the naming 34 pattern HTMLxxx. 35 <ul> 36 <li>{@link org.htmlparser.beans.BeanyBaby} is an example application using the StringBean and LinkBean.</li> 37 <li>{@link org.htmlparser.beans.FilterBean} is a bean accepting a filter and returning a 38 {@link org.htmlparser.util.NodeList NodeList}.</li> 39 <li>{@link org.htmlparser.beans.LinkBean} is a bean returning an array of URLs from a page.</li> 40 <li>{@link org.htmlparser.beans.StringBean} is a bean returning the text of a page.</li> 41 <li>{@link org.htmlparser.beans.HTMLLinkBean} is a GUI bean showing the URLs from a page.</li> 42 <li>{@link org.htmlparser.beans.HTMLTextBean} is a GUI bean showing the text of a page.</li> 43 </ul> 44 </p> 45 <p>For a quick look at the output of these beans, run beanybaby or filterbuilder: 46 <pre> 47 <code> 48 bin/beanybaby [url] 49 bin/filterbuilder [url] 50 </code> 51 </pre> 52 <!-- Put @see and @since tags down here. --> 53 54 </body> 55 </html>