Interface IDataNode
- All Superinterfaces:
-
INode
- All Known Implementing Classes:
-
JsoupDataNode
Interface for data nodes.
-
Method Summary
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
Method Details
-
getWholeData
String getWholeData()Gets all the data.- Returns:
- the data
-