Package org.htmlparser.visitors

The visitors package contains classes that use the Visitor pattern.

Class Summary

HtmlPage
LinkFindingVisitor
NodeVisitor The base class for the 'Visitor' pattern.
ObjectFindingVisitor
StringFindingVisitor
TagFindingVisitor
TextExtractingVisitor Extracts text from a web page.
UrlModifyingVisitor
The visitors package contains classes that use the Visitor pattern. These are typically used to perform an operation on one type of node (i.e. link nodes) for every node in a page.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
<!-- Put @see and @since tags down here. -->

HTML Parser is an open source library released under LGPL. SourceForge.net