HTML Parser Home Page

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:


© 2006 Derrick Oswald
Sep 17, 2006

HTML Parser is an open source library released under Common Public License. SourceForge.net