|
HTML Parser Home Page | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
BeanyBaby | Demo of beans. |
FilterBean | Extract nodes from a URL using a filter. |
HTMLLinkBean | Display the links from a URL. |
HTMLTextBean | Display the textual URL contents. |
LinkBean | Extract links from a URL. |
StringBean | Extract strings from a URL. |
The beans package contains Java Beans using the HTML Parser.
There are visual and non-visual beans, the former follow the naming pattern HTMLxxx.
BeanyBaby
is an example application using the StringBean and LinkBean.FilterBean
is a bean accepting a filter and returning a
NodeList
.LinkBean
is a bean returning an array of URLs from a page.StringBean
is a bean returning the text of a page.HTMLLinkBean
is a GUI bean showing the URLs from a page.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]
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
HTML Parser is an open source library released under Common Public License. |