getAttributeNodeNS (DOMElement - JavaScript)
Gets the attribute node for this element with the given name and within the given namespace.
Defined in
DOMElementSyntax
getAttributeNodeNS(name:string, Namespace:DOMNamespace)
: DOMAttr
Gets the attribute node for this element with the given name and within the given namespace.
getAttributeNodeNS(name:string, Namespace:DOMNamespace)
: DOMAttr