public getAttributeNS(namespaceURI as String, localName as String) as String throws DOMException
Returns an attribute value by namespace URI and local name.
| Parameter | Description |
|---|---|
namespaceURI | Namespace URI. |
localName | Attribute local name. |
Attribute value, or empty string when absent.
value = element.getAttributeNS(null, "id")