Interface IDataNode
-
- All Superinterfaces:
INode
- All Known Implementing Classes:
JsoupDataNode
public interface IDataNode extends INode
Interface for data nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getWholeData()
Gets all the data.-
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
-