org.htmlparser
public interface Text extends Node
| Method Summary | |
|---|---|
| String | getText()
Accesses the textual contents of the node. |
| void | setText(String text)
Sets the contents of the node. |
Returns: The text of the node.
See Also: Text
Parameters: text The new text for the node.
See Also: Text
| HTML Parser is an open source library released under LGPL. | |