parentNode method

[This documentation is preliminary and is subject to change.]

Retrieves the parent object in the document hierarchy relative to the current node and updates currentNode.

Document Object Model (DOM) Level 2 Traversal and Range Specification, Section 1.2Internet Explorer 9

Syntax

IDispatch retVal = object.parentNode();

Standards information

Parameters

This method has no parameters.

Remarks

parentNode sets the currentNode to the returned node.

 

 

Build date: 1/26/2012