Home | History | Annotate | Download | only in dom

Lines Matching refs:setAttributeNS

16  * The method setAttributeNS adds a new attribute. Create a new element and add
17 * a new attribute node to it using the setAttributeNS method. Check if the
63 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS",
66 "http://www.w3.org/DOM/Test/setAttributeNS", "attr");
82 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS",
85 "http://www.w3.org/DOM/Test/setAttributeNS", "street");
104 element.setAttributeNS("http://www.w3.org/DOM/Test/1", "defaultAttr",
106 element.setAttributeNS("http://www.w3.org/DOM/Test/2", "defaultAttr",
140 element.setAttributeNS("http://www.w3.org/DOM/Test/L2",
161 element.setAttributeNS(nullNS, "dom:root", "test");
178 element.setAttributeNS("http://www.w3.org/DOMTest/level2",
189 element.setAttributeNS("http://www.w3.org/DOMTest/level2",
211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");