Constructor and Description |
---|
DataNode(String data, String baseUri)
Create a new DataNode.
|
Modifier and Type | Method and Description |
---|---|
static DataNode |
createFromEncoded(String encodedData, String baseUri)
Create a new DataNode from HTML encoded data.
|
String |
getWholeData()
Get the data contents of this node.
|
String |
nodeName()
Get the node name of this node.
|
DataNode |
setWholeData(String data)
Set the data contents of this node.
|
String |
toString() |
absUrl, addChildren, addChildren, after, after, attr, attr, attributes, baseUri, before, before, childNode, childNodes, childNodesAsArray, childNodesCopy, childNodeSize, clone, doClone, ensureChildNodes, equals, hasAttr, hasSameValue, html, indent, nextSibling, outerHtml, outerHtml, ownerDocument, parent, parentNode, previousSibling, remove, removeAttr, removeChild, reparentChild, replaceChild, replaceWith, setBaseUri, setParentNode, setSiblingIndex, siblingIndex, siblingNodes, traverse, unwrap, wrap
public String nodeName()
Node
public String getWholeData()
public DataNode setWholeData(String data)
data
- unencoded data
Copyright © 1998–2019 iText Group NV. All rights reserved.