Home
last modified time | relevance | path

Searched refs:getAttributeNS (Results 1 – 19 of 19) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DGetAttributeNS.java108 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in testGetAttributeNS2()
123 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in testGetAttributeNS3()
142 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in testGetAttributeNS4()
154 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic"); in testGetAttributeNS5()
DSetAttributeNS.java178 resultAttr = ((Element) /* Node */testAddr).getAttributeNS( in testSetAttributeNS4()
204 resultAttr = ((Element) /* Node */testAddr).getAttributeNS( in testSetAttributeNS5()
270 resultAttr = ((Element) /* Node */testAddr).getAttributeNS( in testSetAttributeNS9()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DgetAttributeNS03.java78 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
DsetAttributeNS05.java84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName); in runTest()
DgetAttributeNS05.java81 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic"); in runTest()
DgetAttributeNS02.java85 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
Delementgetattributens02.java81 attrValue = element.getAttributeNS(nullNS, "defaultAttr"); in runTest()
DgetAttributeNS04.java83 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
DgetAttributeNS01.java84 attrValue = testAddr.getAttributeNS(namespaceURI, localName); in runTest()
DsetAttributeNS09.java87 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName); in runTest()
Ddocumentimportnode14.java93 … attrValue = ((Element) /*Node */imported).getAttributeNS("http://www.w3.org/2000/xmlns/", "emp"); in runTest()
DsetAttributeNS04.java92 resultAttr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "zone"); in runTest()
DremoveAttributeNS02.java94 attr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "local1"); in runTest()
/libcore/luni/src/main/java/org/w3c/dom/
DElement.java179 public String getAttributeNS(String namespaceURI, in getAttributeNS() method
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java88 assertEquals("vier", four.getAttributeNS("http://www.foo.bar", "four")); in testGoodFile1()
DDomTest.java823 assertEquals("strawberry", clonedName.getAttributeNS("http://addons", "standard")); in testCloneNode()
853 assertEquals("", clonedName.getAttributeNS("http://addons", "standard")); in testCloneNodeNotNamespaceAware()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java96 public String getAttributeNS(String namespaceURI, String localName) { in getAttributeNS() method in ElementImpl
DNodeImpl.java315 String uri = element.getAttributeNS( in getBaseURI()
/libcore/api/
Dcurrent.txt21169 method public String getAttributeNS(String, String) throws org.w3c.dom.DOMException;