Package org.htmlparser
Interface Text
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
Accesses the textual contents of the node.void
setText(java.lang.String text)
Sets the contents of the node.-
Methods inherited from interface org.htmlparser.Node
accept, clone, collectInto, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml, toHtml, toPlainTextString, toString
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
Accesses the textual contents of the node.- Specified by:
getText
in interfaceNode
- Returns:
- The text of the node.
- See Also:
setText(java.lang.String)
-
-