GetNamespaceUri

Description

Returns the URI that is mapped to a PBDOM_ELEMENT object prefix or, if there is no prefix, to the PBDOM_ELEMENT object default namespace. If no URI is mapped to the PBDOM_ELEMENT object, GetNameSpaceUri returns an empty string.

Syntax

pbdom_element_name.GetNamespaceUri()

Argument

Description

pbdom_element_name

The name of a PBDOM_ELEMENT object


Return value

String.

The namespace URI for the PBDOM_ELEMENT object.

See also

AddNamespaceDeclaration

GetNamespacePrefix

GetQualifiedName

RemoveNamespaceDeclaration

SetNamespace