createAttributeNS (DOMDocument - JavaScript) Creates an attribute of the given name, or qualified name and namespace URI. Defined inDOMDocument SyntaxcreateAttributeNS(name:string) : DOMAttrcreateAttributeNS(namespaceURI:string, qualifiedName:string) : DOMAttr Parameters Description name namespaceURI qualifiedName