The root node that represents the head of the AST. It only stores children.
The children of the node.
The name of the node.
Adds a child to the node. If the node is a TextNode, attempts to flatten the node with an previous TextNode.
The child to add.
Clones the code, creating a new deep-copied node.
The textual representation of the BBCode AST. It should return a string equivalent to the input to parse.
Generated using TypeDoc
The root node that represents the head of the AST. It only stores children.