Home
last modified time | relevance | path

Searched refs:setAttributeNS (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DElementSetAttributeNS.java63 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", in testSetAttributeNS1()
82 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", in testSetAttributeNS2()
104 element.setAttributeNS("http://www.w3.org/DOM/Test/1", "defaultAttr", in testSetAttributeNS3()
106 element.setAttributeNS("http://www.w3.org/DOM/Test/2", "defaultAttr", in testSetAttributeNS3()
140 element.setAttributeNS("http://www.w3.org/DOM/Test/L2", in testSetAttributeNS4()
161 element.setAttributeNS(nullNS, "dom:root", "test"); in testSetAttributeNS5()
178 element.setAttributeNS("http://www.w3.org/DOMTest/level2", in testSetAttributeNS8()
189 element.setAttributeNS("http://www.w3.org/DOMTest/level2", in testSetAttributeNS8()
211 … ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in testSetAttributeNSURINull()
DSetAttributeNS.java92 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS1()
114 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS2()
174 ((Element) /* Node */testAddr).setAttributeNS("http://www.nist.gov", in testSetAttributeNS4()
202 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS5()
221 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS6()
242 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS7()
266 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, in testSetAttributeNS9()
293 ((Element) /* Node */testAddr).setAttributeNS(namespaceURI, "", in testSetAttributeNS10()
DGetAttributeNS.java141 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue"); in testGetAttributeNS4()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Delementsetattributens08.java77 element.setAttributeNS("http://www.w3.org/DOMTest/level2", "xmlns", "test"); in runTest()
87 element.setAttributeNS("http://www.w3.org/DOMTest/level2", "xmlns:root", "test"); in runTest()
Delementsetattributens03.java83 element.setAttributeNS("http://www.w3.org/DOM/Test/1", "defaultAttr", "default1"); in runTest()
84 element.setAttributeNS("http://www.w3.org/DOM/Test/2", "defaultAttr", "default2"); in runTest()
DsetAttributeNS02.java81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
Delementsetattributens05.java76 element.setAttributeNS(nullNS, "dom:root", "test"); in runTest()
DsetAttributeNS10.java74 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, "", "newValue"); in runTest()
DsetAttributeNS07.java83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
DsetAttributeNS01.java81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
Delementsetattributensurinull.java94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
DsetAttributeNS06.java82 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
DsetAttributeNS05.java83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "<newValue>"); in runTest()
DgetAttributeNS04.java82 testAddr.setAttributeNS(namespaceURI, qualifiedName, "NewValue"); in runTest()
Delementsetattributens01.java78 element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", "attr", "value"); in runTest()
Delementsetattributens04.java88 element.setAttributeNS("http://www.w3.org/DOM/Test/L2", qualifiedName, "test"); in runTest()
Delementsetattributens02.java81 …element.setAttributeNS("http://www.w3.org/DOM/Test/setAttributeNS", "this:street", "Silver Street"… in runTest()
DsetAttributeNS09.java85 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
DsetAttributeNS03.java99 genElement.setAttributeNS(namespaceURI, qualifiedName, "newValue"); in runTest()
DsetAttributeNS04.java90 … ((Element) /*Node */testAddr).setAttributeNS("http://www.nist.gov", "newprefix:zone", "newValue"); in runTest()
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java225 public void setAttributeNS(String namespaceURI, in setAttributeNS() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java261 public void setAttributeNS(String namespaceURI, String qualifiedName, in setAttributeNS() method in ElementImpl
/libcore/api/
Dcurrent.txt21182 method public void setAttributeNS(String, String, String) throws org.w3c.dom.DOMException;