Searched refs:getAttributeNS (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DGetAttributeNS.java32 * The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute
36 * "getAttributeNS()" method should be the value "DISTRICT" since the attribute
87 // attrValue = testAddr.getAttributeNS(namespaceURI, localName);
108 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
123 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
142 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
154 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic");
H A DSetAttributeNS.java178 resultAttr = ((Element) /* Node */testAddr).getAttributeNS(
204 resultAttr = ((Element) /* Node */testAddr).getAttributeNS(
270 resultAttr = ((Element) /* Node */testAddr).getAttributeNS(
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A DgetAttributeNS03.java34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
38 * The value returned by the "getAttributeNS()" method for the emp:domestic attribute
78 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
H A Ddocumentimportnode14.java93 attrValue = ((Element) /*Node */imported).getAttributeNS("http://www.w3.org/2000/xmlns/", "emp");
H A Delementgetattributens02.java34 * The method getAttributeNS retrieves an attribute value by local name and namespace URI.
81 attrValue = element.getAttributeNS(nullNS, "defaultAttr");
H A DgetAttributeNS01.java34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
38 * The value returned by the "getAttributeNS()" method should be the
84 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
H A DgetAttributeNS02.java34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
40 * The value returned by the "getAttributeNS()" method should be the
85 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
H A DgetAttributeNS04.java34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
40 * The value returned by the "getAttributeNS()" method should be
83 attrValue = testAddr.getAttributeNS(namespaceURI, localName);
H A DgetAttributeNS05.java34 * The "getAttributeNS(namespaceURI,localName)" method retrieves an
81 attrValue = testAddr.getAttributeNS("http://www.nist.gov", "domestic");
H A DremoveAttributeNS02.java94 attr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "local1");
H A DsetAttributeNS04.java92 resultAttr = ((Element) /*Node */testAddr).getAttributeNS("http://www.nist.gov", "zone");
H A DsetAttributeNS05.java84 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
H A DsetAttributeNS09.java87 resultAttr = ((Element) /*Node */testAddr).getAttributeNS(namespaceURI, localName);
/libcore/luni/src/main/java/org/w3c/dom/
H A DElement.java179 public String getAttributeNS(String namespaceURI, method in interface:Element
/libcore/luni/src/test/java/libcore/xml/
H A DSimpleBuilderTest.java88 assertEquals("vier", four.getAttributeNS("http://www.foo.bar", "four"));
H A DDomTest.java823 assertEquals("strawberry", clonedName.getAttributeNS("http://addons", "standard"));
853 assertEquals("", clonedName.getAttributeNS("http://addons", "standard"));
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DElementImpl.java92 public String getAttributeNS(String namespaceURI, String localName) { method in class:ElementImpl
H A DNodeImpl.java315 String uri = element.getAttributeNS(

Completed in 2756 milliseconds