setAttributeNS (DOMElement - JavaScript)
Sets an attribute value for this element in a namespace.
Defined in
DOMElementSyntax
setAttributeNS(namespaceURI:string, qualifiedName:string, value:string) : void
Sets an attribute value for this element in a namespace.
setAttributeNS(namespaceURI:string, qualifiedName:string, value:string) : void