Find the root node of the tree (the only one with no parent).

treeSkeleton__root()

Value

The root node of the tree or NULL if empty tree.