getAttributeNS(namespaceURI , localName )
|
|
Parameters
|
StringnamespaceURI
The namespace URI of the attribute to retrieve.
StringlocalName
The local name of the attribute to retrieve.
|
Returns
|
String. The Attr value as a string, or the empty string if that attribute does not have a specified or default value.
|