Class JsoupDataNode
java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupDataNode
-
Field Summary
FieldsFields inherited from class com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
parentNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
addChild, childNodes, parentNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
Field Details
-
dataNode
The JSoup data node instance.
-
-
Constructor Details
-
JsoupDataNode
Creates a newJsoupDataNode
instance.- Parameters:
dataNode
- the data node
-
-
Method Details
-
getWholeData
Description copied from interface:IDataNode
Gets all the data.- Specified by:
getWholeData
in interfaceIDataNode
- Returns:
- the data
-