|
HTML Lexer Jar Home Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeVisitor | |
|---|---|
| org.htmlparser | The basic API classes which will be used by most developers when working with the HTML Parser. |
| org.htmlparser.nodes | The nodes package has the concrete node implementations. |
| org.htmlparser.util | |
| Uses of NodeVisitor in org.htmlparser |
|---|
| Methods in org.htmlparser with parameters of type NodeVisitor | |
|---|---|
void |
Node.accept(NodeVisitor visitor)
Apply the visitor to this node. |
| Uses of NodeVisitor in org.htmlparser.nodes |
|---|
| Methods in org.htmlparser.nodes with parameters of type NodeVisitor | |
|---|---|
void |
TextNode.accept(NodeVisitor visitor)
String visiting code. |
void |
TagNode.accept(NodeVisitor visitor)
Default tag visiting code. |
void |
RemarkNode.accept(NodeVisitor visitor)
Remark visiting code. |
abstract void |
AbstractNode.accept(NodeVisitor visitor)
Visit this node. |
| Uses of NodeVisitor in org.htmlparser.util |
|---|
| Methods in org.htmlparser.util with parameters of type NodeVisitor | |
|---|---|
void |
NodeList.visitAllNodesWith(NodeVisitor visitor)
Utility to apply a visitor to a node list. |
|
© 2006 Derrick Oswald April 1, 2006
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| HTML Parser is an open source library released under Common Public License. |