Summary
Represents a node in the CuteML parse tree that corresponds to a piece of text.
Constructors
|
Constructs a new CuteML text node. |
Instance methods
IEnumerable<ConsoleColoredString> | |
Generates a sequence of ConsoleColoredStrings from a CuteML parse tree by word-wrapping the output
at a specified character width. |
string | | Returns the contained text in CuteML-escaped form. |
string | | Gets the text of this node and/or sub-nodes concatenated into one string. |
object | | Returns an XML representation of this EggsML node. |
Instance properties
bool | | Determines whether this node contains any textual content. |
int | | The index in the original string where this node starts. |
CuteTag | | Gets a reference to the parent node of this node. The root node is the only one for which this property is null. |
string | | The text contained in this node. |