parent

fun parent(node: Node): Node?

Returns the parent of node, or null if node is the root.