Node
Check if a Node is not a root
isNotRoot(node)
node
The Node to test.
FALSE if the Node is the root, TRUE otherwise