public getAttributeNodeNS(namespaceURI as String, localName as String) as Attr throws DOMException
Returns a namespace-aware attribute node.
Attribute node, or null.
attr = element.getAttributeNodeNS(null, "id")