Node Class

Node objects are instantiated from other tree classes, as follows:

  • From a tree object with the FindNode method.

  • From a leaf object with the Parent property.

  • From another node object with the FirstChildNode, NextSib, PrevSib, and Parent properties.

See FindNode method: Tree class, FirstChildNode property: Node class, NextSib property: Node class, PrevSib property: Node class.

See Parent property: Leaf class.

See Parent property: Node class.