public class TextNode extends java.lang.Object implements IGeneratorNode
| Constructor and Description |
|---|
TextNode(java.lang.CharSequence text) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.CharSequence |
getText() |
void |
setText(java.lang.CharSequence text) |
java.lang.String |
toString() |