public interface Remark extends Node
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the text contents of the comment tag.
|
void |
setText(java.lang.String text)
Sets the string contents of the node.
|
accept, clone, collectInto, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml, toHtml, toPlainTextString, toStringjava.lang.String getText()
getText in interface NodesetText(java.lang.String)HTML Parser is an open source library released under LGPL.