NextSibling[node->NODE] =: NODE
NextSibling returns the next sibling of node. If node has no next sibling, the null node is returned.
PriorSibling.