This class is used internally by SCDoc to represent a node in the parsed document tree returned by the parser. It has an id symbol, optional text and optional children.
Create a new node
The node ID. A Symbol
Text associated with this node. A String or nil.
Children of this node. A Array or nil.
Merge another document node tree with this one. Used by document additions (*.ext.schelp)
root2 |
Another SCDocNode instance. |