| Package | Description |
|---|---|
| org.jsoup.nodes |
HTML document structure nodes.
|
| org.jsoup.select |
Packages to support the CSS-style element selector.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
Comment |
Comment.setData(String data) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Elements.comments()
Get
Comment nodes that are direct child nodes of the selected elements. |
Copyright © 2009–2025 Jonathan Hedley. All rights reserved.