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.
|
Copyright © 2009-2017 Jonathan Hedley. All Rights Reserved.