org.htmlparser.beans.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of htmlparser Show documentation
Show all versions of htmlparser Show documentation
HTML Parser is the high level syntactical analyzer.
The newest version!
The beans package contains Java Beans using the HTML Parser.
There are visual and non-visual beans, the former follow the naming
pattern HTMLxxx.
- {@link org.htmlparser.beans.BeanyBaby} is an example application using the StringBean and LinkBean.
- {@link org.htmlparser.beans.FilterBean} is a bean accepting a filter and returning a
{@link org.htmlparser.util.NodeList NodeList}.
- {@link org.htmlparser.beans.LinkBean} is a bean returning an array of URLs from a page.
- {@link org.htmlparser.beans.StringBean} is a bean returning the text of a page.
- {@link org.htmlparser.beans.HTMLLinkBean} is a GUI bean showing the URLs from a page.
- {@link org.htmlparser.beans.HTMLTextBean} is 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]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy