GetOwnerDocumentObject

Description

The GetOwnerDocumentObject method returns the owning PBDOM_DOCUMENT of the current PBDOM_ENTITYREFERENCE object.

Syntax

pbdom_entityref_name.GetOwnerDocumentObject()

Argument

Description

pbdom_entityref_name

The name of a PBDOM_ENTITYREFERENCE object


Return value

PBDOM_DOCUMENT.

Usage

If there is no owning PBDOM_DOCUMENT, null is returned.

See also

GetParentObject

SetParentObject