|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.TextNode
public class TextNode
Constructor Summary | |
---|---|
TextNode()
Empty textnode constructor. |
|
TextNode(java.lang.String text)
Create a TextNode for the given text, using tilde replacement. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text as set by setText(), it does not do tilde replacement. |
void |
setText(java.lang.String text)
|
void |
visit(INodeVisitor v)
This must visit the appropriate method in the node visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextNode()
public TextNode(java.lang.String text)
text
- Method Detail |
---|
public void visit(INodeVisitor v) throws java.lang.Exception
NodeBase
visit
in class NodeBase
java.lang.Exception
public java.lang.String getText()
public void setText(java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |