Uses of Class
org.htmlparser.beans.LinkBean
-
Packages that use LinkBean Package Description org.htmlparser.beans The beans package contains Java Beans using the HTML Parser. -
-
Uses of LinkBean in org.htmlparser.beans
Fields in org.htmlparser.beans declared as LinkBean Modifier and Type Field Description protected LinkBeanHTMLLinkBean. mBeanThe underlying bean that provides our htmlparser specific properties.Methods in org.htmlparser.beans that return LinkBean Modifier and Type Method Description protected LinkBeanHTMLLinkBean. getBean()Return the underlying bean object.
-