Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method and Description |
---|---|
static DataNode |
DataNode.createFromEncoded(String encodedData,
String baseUri)
Create a new DataNode from HTML encoded data.
|
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.
|
Copyright © 2017. All rights reserved.