Element: getAttributeNodeNS() method - Web APIs | MDN
Syntax
js
getAttributeNodeNS(namespace, nodeName)
Parameters
Return value
The node for specified attribute.
Notes
getAttributeNodeNS is more specific than getAttributeNode in that it allows you to specify attributes that are part of a particular namespace. The corresponding setter method is setAttributeNodeNS.
Specifications
| Specification |
|---|
| DOM # dom-element-getattributenodens |