Abstract
The children of the node.
Abstract
nameThe name of the node.
Abstract
cloneProtected
nodeProtected
Abstract
nodeGets the textual representation of the node as BBCode. An alias for BaseNode.toString.
Abstract
toConverts 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
An interface for nodes that can hold children.