All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.htmlparser.beans.package.html Maven / Gradle / Ivy

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