public class Text extends SimpleNode
children, id, parent, value| Constructor and Description |
|---|
Text(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor visitor)
Accept the visitor.
|
void |
append(char c) |
void |
append(String str) |
String |
getValue() |
boolean |
isWhitespace() |
String |
toString() |
childrenAccept, dump, getDocument, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toStringpublic void accept(Visitor visitor)
SimpleNodeaccept in interface Nodeaccept in class SimpleNodepublic void append(String str)
public void append(char c)
public String getValue()
public boolean isWhitespace()
public String toString()
toString in class SimpleNodeCopyright © 2009-2013 Tautua. All Rights Reserved.