| Home >> All >> org >> htmlparser >> [ beans Javadoc ] |
org.htmlparser.beans: Javadoc index of package org.htmlparser.beans.
Package Samples:
org.htmlparser.beans
Classes:
StringBean: Extract strings from a URL. Text within <SCRIPT></SCRIPT> tags is removed. The text within <PRE></PRE> tags is not altered. The property Strings , which is the output property is null until a URL is set. So a typical usage is: StringBean sb = new StringBean(); sb.setLinks(false); sb.setReplaceNonBreakingSpaces(true); sb.setCollapse(true); sb.setURL("http://www.netbeans.org"); // the HTTP is performed here String s = sb.getStrings();
BeanyBaby: Demo of beans. Created on December 30, 2002, 7:54 PM
HTMLTextBean: Display the textual URL contents.
HTMLLinkBean: Display the links from a URL.
LinkBean: Extract strings from a URL.
| Home | Contact Us | Privacy Policy | Terms of Service |