Returns the parent node (for nodes that can have parents).
Public Property Get parentNode ( ) As Element
Return Values
Element - Parent of the given node instance. However, if a node has just
been created and not yet added to the tree, or if it has been removed from
the tree, the parent is Nothing.