GetQualifiedName
Description
Obtains the qualified name of a PBDOM_ATTRIBUTE. The
GetQualifiedName method returns the local name for a PBDOM_ATTRIBUTE
that has no namespace.
Syntax
|
1 |
pbdom_attribute_name.GetQualifiedName() |
|
Argument |
Description |
|---|---|
|
pbdom_attribute_name |
The name of the PBDOM_ATTRIBUTE |
Return value
String.
Usage
For a PBDOM_ATTRIBUTE object that has the form
[namespacePrefix]:[attributeName], the qualified name for the
PBDOM_ATTRIBUTE consists of the entire name, [namespacePrefix], and
[attributeName].
To obtain the local name of the PBDOM_ATTRIBUTE, use the GetName
method.
To obtain the namespace prefix for the PBDOM_ATTRIBUTE, use the
GetNamespacePrefix method.
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest