Description
Returns the full name of a PBDOM_ELEMENT object in the form [namespace_prefix]:[local_name]. If there is no namespace prefix for the PBDOM_ELEMENT object, the GetQualifiedName method returns the local name.
Syntax
pbdom_element_name.GetQualifiedName()
Return value
String.
The full name of the PBDOM_ELEMENT object. The full name consists of both a namespace prefix and a local name.
See also