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