| 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(java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
Elements.comments()
Get
Comment nodes that are direct child nodes of the selected elements. |