public interface Text extends Node
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Accesses the textual contents of the node.
|
void |
setText(java.lang.String text)
Sets the contents of the node.
|
accept, clone, collectInto, doSemanticAction, getChildren, getEndPosition, getPage, getParent, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml, toPlainTextString, toString
HTML Parser is an open source library released under LGPL.