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, FirstChildNode, NextSib, PrevSib.

See Parent.

See Parent.