PBDOM_ATTRIBUTE:
GetQualifiedName method
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 |
<span>pbdom_attribute_name.</span>GetQualifiedName() |
Argument |
Description |
---|---|
pbdom_attribute_name |
The name of the PBDOM_ATTRIBUTE |
Return Values
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