HasRootElement

Description

Returns true if this document has a root element.

Syntax

pbdom_document_name.HasRootElement()

Argument

Description

pbdom_document_name

The name of a PBDOM_DOCUMENT object


Return value

Boolean.

Returns true if the current PBDOM_DOCUMENT object has a root element, and false otherwise.

See also

DetachRootElement

GetRootElement

SetRootElement