Interface ITextNode
-
- All Superinterfaces:
INode
- All Known Implementing Classes:
JsoupTextNode
public interface ITextNode extends INode
Interface for text nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
wholeText()
Returns all the text.-
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
-