| Package | Description |
|---|---|
| org.jsoup.nodes | |
| org.jsoup.select |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.traverse(NodeVisitor nodeVisitor)
Perform a depth-first traversal through this node and its descendants.
|
| Modifier and Type | Method and Description |
|---|---|
Elements |
Elements.traverse(NodeVisitor nodeVisitor)
Perform a depth-first traversal on each of the selected elements.
|
| Constructor and Description |
|---|
NodeTraversor(NodeVisitor visitor)
Create a new traversor.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.