| Package | Description |
|---|---|
| org.jsoup.helper | |
| org.jsoup.nodes |
HTML document structure nodes.
|
| org.jsoup.select |
Packages to support the CSS-style element selector.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
W3CDom.W3CBuilder |
Implements the conversion by walking the input.
|
| Modifier and Type | Method | Description |
|---|---|---|
Node |
Node.traverse(NodeVisitor nodeVisitor) |
Perform a depth-first traversal through this node and its descendants.
|
| Modifier and Type | Method | Description |
|---|---|---|
Elements |
Elements.traverse(NodeVisitor nodeVisitor) |
Perform a depth-first traversal on each of the selected elements.
|
static void |
NodeTraversor.traverse(NodeVisitor visitor,
Node root) |
Start a depth-first traverse of the root and all of its descendants.
|
static void |
NodeTraversor.traverse(NodeVisitor visitor,
Elements elements) |
Start a depth-first traverse of all elements.
|
| Constructor | Description |
|---|---|
NodeTraversor(NodeVisitor visitor) |
Deprecated.
Just use the static
NodeTraversor.filter(NodeFilter, Node) method. |
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.