Interface ITextNode
- All Superinterfaces:
-
INode
- All Known Implementing Classes:
-
JsoupTextNode
Interface for text nodes.
-
Method Summary
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
Method Details
-
wholeText
String wholeText()Returns all the text.- Returns:
- the text
-