Uses of Class
org.jsoup.nodes.DataNode
-
Packages that use DataNode Package Description org.jsoup.nodes HTML document structure nodes.org.jsoup.select Packages to support the CSS-style element selector. -
-
Uses of DataNode in org.jsoup.nodes
Methods in org.jsoup.nodes that return DataNode Modifier and Type Method Description DataNodeDataNode. clone()static DataNodeDataNode. createFromEncoded(java.lang.String encodedData, java.lang.String baseUri)Create a new DataNode from HTML encoded data.DataNodeDataNode. setWholeData(java.lang.String data)Set the data contents of this node.Methods in org.jsoup.nodes that return types with arguments of type DataNode Modifier and Type Method Description java.util.List<DataNode>Element. dataNodes()Get this element's child data nodes. -
Uses of DataNode in org.jsoup.select
Methods in org.jsoup.select that return types with arguments of type DataNode Modifier and Type Method Description java.util.List<DataNode>Elements. dataNodes()GetDataNodenodes that are direct child nodes of the selected elements.
-