ParentNode Property

Returns an XMLNode object that represents the parent element of the specified element.

expression.ParentNode

expression Required. An expression that returns an XMLNode object.

Example

The following example accesses the parent XML node of the text selected in the active document.

Dim objNode As XMLNode

Set objNode = Selection.XMLParentNode.ParentNode

Applies to | XMLNode Object