Home
last modified time | relevance | path

Searched refs:hasAttributeNS (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DHasAttributeNS.java83 state = testNode.hasAttributeNS(namespaceURI, localName); in testHasAttributeNS1()
96 state = testNode.hasAttributeNS(namespaceURI, localName); in testHasAttributeNS2()
110 state = testNode.hasAttributeNS(namespaceURI, localName); in testHasAttributeNS3()
139 state = testNode.hasAttributeNS(namespaceURI, localName); in testHasAttributeNS5()
DElementHasAttributeNS.java83 .hasAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns"); in _testHasAttributeNS1()
96 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic"); in testHasAttributeNS2()
112 state = element.hasAttributeNS(nullNS, "domestic"); in testHasAttributeNS3()
DElementRemoveAttributeNS.java63 state = element.hasAttributeNS( in testRemoveAttributeNS()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DhasAttributeNS01.java76 state = testNode.hasAttributeNS(namespaceURI, localName); in runTest()
DhasAttributeNS02.java75 state = testNode.hasAttributeNS(namespaceURI, localName); in runTest()
DhasAttributeNS03.java76 state = testNode.hasAttributeNS(namespaceURI, localName); in runTest()
Delementhasattributens01.java80 state = element.hasAttributeNS("http://www.w3.org/2000/xmlns/", "xmlns"); in runTest()
DhasAttributeNS05.java81 state = testNode.hasAttributeNS(namespaceURI, localName); in runTest()
Delementremoveattributens01.java82 state = element.hasAttributeNS("http://www.w3.org/DOM/Test/createAttributeNS", "attr"); in runTest()
Delementhasattributens02.java83 state = element.hasAttributeNS("http://www.w3.org/DOM", "domestic"); in runTest()
Delementhasattributens03.java88 state = element.hasAttributeNS(nullNS, "domestic"); in runTest()
DhasAttributeNS04.java83 state = testNode.hasAttributeNS(namespaceURI, localName); in runTest()
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java359 public boolean hasAttributeNS(String namespaceURI, in hasAttributeNS() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java211 public boolean hasAttributeNS(String namespaceURI, String localName) { in hasAttributeNS() method in ElementImpl
/libcore/api/
Dcurrent.txt21177 method public boolean hasAttributeNS(String, String) throws org.w3c.dom.DOMException;