Description
Indicates whether a PBDOM_ELEMENT object is the root element of a PBDOM_DOCUMENT object.
Syntax
pbdom_element_name.IsRootElement()
Return value
Boolean.
Returns true if this PBDOM_ELEMENT object is the root element of a PBDOM_DOCUMENT, and false otherwise.
See also