public interface Remark extends Node
限定符和类型 | 方法和说明 |
---|---|
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, toString
java.lang.String getText()
getText
在接口中 Node
setText(java.lang.String)