|
HTML Parser Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Remark
This interface represents a comment in the HTML document.
| Method Summary | |
|---|---|
String |
getText()
Returns the text contents of the comment tag. |
void |
setText(String text)
Sets the string contents of the node. |
| Methods inherited from interface org.htmlparser.Node |
|---|
accept, clone, collectInto, doSemanticAction, getChildren, getEndPosition, getFirstChild, getLastChild, getNextSibling, getPage, getParent, getPreviousSibling, getStartPosition, setChildren, setEndPosition, setPage, setParent, setStartPosition, toHtml, toHtml, toPlainTextString, toString |
| Method Detail |
|---|
String getText()
getText in interface NodesetText(java.lang.String)void setText(String text)
setText in interface Nodetext - The new text for the node.getText()
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| HTML Parser is an open source library released under Common Public License. | |