Class JsoupTextNode
java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupTextNode
Implementation of the
ITextNode
interface; wrapper for the JSoup TextNode
class.
-
Constructor Summary
ConstructorDescriptionJsoupTextNode
(com.itextpdf.styledxmlparser.jsoup.nodes.TextNode textNode) Creates a newJsoupTextNode
instance. -
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
-
Constructor Details
-
JsoupTextNode
public JsoupTextNode(com.itextpdf.styledxmlparser.jsoup.nodes.TextNode textNode) Creates a newJsoupTextNode
instance.- Parameters:
-
textNode
- the text node
-
-
Method Details