Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.forEach(Consumer<? super Element> action)
Deprecated.
Use
Element.forEach(Consumer) instead. |
Node |
Node.forEachNode(Consumer<? super Node> action)
Deprecated.
Use
Node.forEachNode(Consumer) instead. |