Search completed in 1.27 seconds.
2 results for "setNamedItemNS":
NamedNodeMap - Web APIs
WebAPINamedNodeMap
namednodemap.setnameditemns() replaces, or adds, the attr identified in the map by the given namespace and related local name.
... obsolete added getnameditemns(), setnameditemns() and removenameditemns() document object model (dom) level 1 specificationthe definition of 'namednodemap' in that specification.
Namespaces crash course - SVG: Scalable Vector Graphics
WebSVGNamespaces Crash Course
getattribute getattributens getelementsbytagname getelementsbytagnamens (also added to element) getnameditem getnameditemns hasattribute hasattributens removeattribute removeattributens removenameditem removenameditemns setattribute setattributens setattributenode setattributenodens setnameditem setnameditemns the first parameter for all the dom2 namespace aware methods must be the namespace name (also known as the namespace uri) of the element or parameter in question.