Readonly
nameThe name of the node.
The text of the node.
Protected
nodeProtected
nodeGets the textual representation of the node as BBCode. An alias for BaseNode.toString.
Converts the node into a textual representation of the node as BBCode.
A node should return the exact same string as the input to Parser.parse provided indented
is false
.
The textual representation of the node as BBCode.
Generated using TypeDoc
A node that represents a chunk of text. This node is not a tag.