| Package | Description |
|---|---|
| org.jsoup.nodes |
HTML document structure nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.forEach(Consumer<? super Element> action)
Perform the supplied action on this Element and each of its descendant Elements, during a depth-first traversal.
|
Node |
Node.forEachNode(Consumer<? super Node> action)
Perform the supplied action on this Node and each of its descendants, during a depth-first traversal.
|
Element |
Element.forEachNode(Consumer<? super Node> action) |
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.