Create a leaf node from a slice
Create a node from two other node; Concatenate the two other nodes. Both must not be null.
True if this is a leaf node and contains text rather than child nodes.
Get length of this node.
Left child of this node.
Right child of this node.
Direct content of the node, if a leaf node.
See Implementation