HomeSort by relevance Sort by last modified time
    Searched refs:anotherMap (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS01.java 80 NamedNodeMap anotherMap;
88 anotherMap = anotherElement.getAttributes();
89 arg = anotherMap.getNamedItemNS("http://www.netzero.com", "domestic");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetNamedItemNS.java 80 NamedNodeMap anotherMap;
88 anotherMap = anotherElement.getAttributes();
89 arg = anotherMap.getNamedItemNS("http://www.netzero.com", "domestic");

Completed in 3565 milliseconds