Package org.htmlparser.beans
package org.htmlparser.beans
The beans package contains Java Beans using the HTML Parser.
There are visual and non-visual beans, the former follow the naming pattern HTMLxxx.
BeanyBabyis an example application using the StringBean and LinkBean.FilterBeanis a bean accepting a filter and returning aNodeList.LinkBeanis a bean returning an array of URLs from a page.StringBeanis a bean returning the text of a page.HTMLLinkBeanis a GUI bean showing the URLs from a page.HTMLTextBeanis a GUI bean showing the text of a page.
For a quick look at the output of these beans, run beanybaby or filterbuilder:
bin/beanybaby [url]
bin/filterbuilder [url]
-
ClassesClassDescriptionDemo of beans.Extract nodes from a URL using a filter.Display the links from a URL.Display the textual URL contents.Extract links from a URL.Extract strings from a URL.