Package | Description |
---|---|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
List<DataNode> |
Element.dataNodes() |
Get this element's child data nodes.
|
Copyright © 2009–2018 Jonathan Hedley. All rights reserved.