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, getPage, getParent, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml, toPlainTextString, toString
HTML Parser is an open source library released under LGPL.