An XML text node. "Text" in XML consists of the characters between two tags. This may be white space.
Public Member Functions | |
TextNode (String text) | |
TextNode (TreeNodeType ty, String text) | |
Used for building COMMENT nodes. | |
String | getText () |
String | toString () |
Private Attributes | |
String | mText = null |
|
|
|
Used for building COMMENT nodes. Like text nodes, comment nodes basicly consist of a String.
|
|
|
|
Implements treebuilder.TreeNode.
|
|
|