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 |
---|---|
DataNode |
DataNode.clone() |
DataNode |
DataNode.setWholeData(java.lang.String data)
Set the data contents of this node.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataNode> |
Element.dataNodes()
Get this element's child data nodes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataNode> |
Elements.dataNodes()
Get
DataNode nodes that are direct child nodes of the selected elements. |