setAttributeNS (DOMElement - JavaScript)

Sets an attribute value for this element in a namespace.

Defined in

DOMElement

Syntax

setAttributeNS(namespaceURI:string, qualifiedName:string, value:string) : void