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