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() |
static DataNode |
DataNode.createFromEncoded(String encodedData,
String baseUri)
Deprecated.
Unused, and will be removed in 1.15.1.
|
DataNode |
DataNode.setWholeData(String data)
Set the data contents of this node.
|
Modifier and Type | Method and Description |
---|---|
List<DataNode> |
Element.dataNodes()
Get this element's child data nodes.
|
Modifier and Type | Method and Description |
---|---|
List<DataNode> |
Elements.dataNodes()
Get
DataNode nodes that are direct child nodes of the selected elements. |
Copyright © 2009–2023 Jonathan Hedley. All rights reserved.