Class JsoupTextNode
- java.lang.Object
-
- com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
-
- com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupTextNode
-
-
Field Summary
Fields Modifier and Type Field Description private TextNode
textNode
The text node.-
Fields inherited from class com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
parentNode
-
-
Constructor Summary
Constructors Constructor Description JsoupTextNode(TextNode textNode)
Creates a newJsoupTextNode
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
wholeText()
Returns all the text.-
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 Detail
-
textNode
private TextNode textNode
The text node.
-
-
Constructor Detail
-
JsoupTextNode
public JsoupTextNode(TextNode textNode)
Creates a newJsoupTextNode
instance.- Parameters:
textNode
- the text node
-
-