Package org.htmlparser.visitors

The visitors package contains classes that use the Visitor pattern.

See:
          Description

Class Summary
HtmlPage  
LinkFindingVisitor  
NodeVisitor The base class for the 'Visitor' pattern.
ObjectFindingVisitor  
StringFindingVisitor  
TagFindingVisitor  
TextExtractingVisitor Extracts text from a web page.
UrlModifyingVisitor  
 

Package org.htmlparser.visitors Description

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: