|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeVisitor | |
|---|---|
| org.jsoup.nodes | HTML document structure nodes. |
| org.jsoup.select | Packages to support the CSS-style element selector. |
| Uses of NodeVisitor in org.jsoup.nodes |
|---|
| Methods in org.jsoup.nodes with parameters of type NodeVisitor | |
|---|---|
Node |
Node.traverse(NodeVisitor nodeVisitor)
Perform a depth-first traversal through this node and its descendants. |
| Uses of NodeVisitor in org.jsoup.select |
|---|
| Methods in org.jsoup.select with parameters of type NodeVisitor | |
|---|---|
Elements |
Elements.traverse(NodeVisitor nodeVisitor)
Perform a depth-first traversal on each of the selected elements. |
| Constructors in org.jsoup.select with parameters of type NodeVisitor | |
|---|---|
NodeTraversor(NodeVisitor visitor)
Create a new traversor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||