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 JsoupNode
parentNode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JsoupNode
addChild, childNodes, parentNodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface INode
addChild, childNodes, parentNode
-
Field Details
-
dataNode
The JSoup data node instance.
-
-
Constructor Details
-
JsoupDataNode
Creates a newJsoupDataNodeinstance.- Parameters:
dataNode- the data node
-
-
Method Details
-
getWholeData
Description copied from interface:IDataNodeGets all the data.- Specified by:
getWholeDatain interfaceIDataNode- Returns:
- the data
-