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