|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a piece of the content of the HTML document.
Method Summary | |
java.lang.String |
getText()
Accesses the textual contents of the node. |
void |
setText(java.lang.String text)
Sets the 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, toPlainTextString, toString |
Method Detail |
public java.lang.String getText()
getText
in interface Node
setText(java.lang.String)
public void setText(java.lang.String text)
setText
in interface Node
text
- The new text for the node.getText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |