Home
last modified time | relevance | path

Searched refs:removeAttributeNS (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DElementRemoveAttributeNS.java61 element.removeAttributeNS( in testRemoveAttributeNS()
DGetAttributeNS.java122 testAddr.removeAttributeNS(namespaceURI, localName); in testGetAttributeNS3()
DNamedNodeMapRemoveNamedItemNS.java262 element.removeAttributeNS("http://www.nist.gov", "domestic"); in testRemoveNamedItemNS8()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DgetAttributeNS03.java77 testAddr.removeAttributeNS(namespaceURI, localName); in runTest()
Delementremoveattributens01.java81 element.removeAttributeNS("http://www.w3.org/DOM/Test/createAttributeNS", "attr"); in runTest()
Dnamednodemapremovenameditemns08.java83 element.removeAttributeNS("http://www.nist.gov", "domestic"); in runTest()
DremoveAttributeNS01.java101 genElement.removeAttributeNS("www.xyz.com", "local1"); in runTest()
DremoveAttributeNS02.java90 ((Element) /*Node */testAddr).removeAttributeNS("http://www.nist.gov", "local1"); in runTest()
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java254 public void removeAttributeNS(String namespaceURI, in removeAttributeNS() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java228 public void removeAttributeNS(String namespaceURI, String localName) in removeAttributeNS() method in ElementImpl
/libcore/api/
Dcurrent.txt21179 method public void removeAttributeNS(String, String) throws org.w3c.dom.DOMException;