[Htmlparser-cvs] htmlparser/src/org/htmlparser/beans package.html,1.20,1.21
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2005-04-12 11:28:36
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23432/htmlparser/src/org/htmlparser/beans Modified Files: package.html Log Message: Documentation revamp part two. Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/package.html,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** package.html 10 Apr 2005 23:20:42 -0000 1.20 --- package.html 12 Apr 2005 11:27:41 -0000 1.21 *************** *** 40,44 **** <li>{@link org.htmlparser.beans.StringBean} is a bean returning the text of a page.</li> <li>{@link org.htmlparser.beans.HTMLLinkBean} is a GUI bean showing the URLs from a page.</li> ! <li>{@link org.htmlparser.beans.HTMLStringBean} is a GUI bean showing the text of a page.</li> </ul> </p> --- 40,44 ---- <li>{@link org.htmlparser.beans.StringBean} is a bean returning the text of a page.</li> <li>{@link org.htmlparser.beans.HTMLLinkBean} is a GUI bean showing the URLs from a page.</li> ! <li>{@link org.htmlparser.beans.HTMLTextBean} is a GUI bean showing the text of a page.</li> </ul> </p> |