GetParentObject

Description

Returns the parent object for the PBDOM_ELEMENT object.

Syntax

pbdom_element_name.GetParentObject()

Argument

Description

pbdom_element_name

The name of a PBDOM_ELEMENT object


Return value

PBDOM_OBJECT. The parent object of the PBDOM_ELEMENT object from which the GetParentObject method is invoked. A return value of null indicates the PBDOM_ELEMENT object has no parent.

See also

GetOwnerDocumentObject

SetParentObject