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

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonenodetrue.java 70 NodeList clonedList;
90 clonedList = clonedNode.getChildNodes();
91 for (int indexN1007B = 0; indexN1007B < clonedList.getLength(); indexN1007B++) {
92 clonedChild = (Node) clonedList.item(indexN1007B);
nodeclonenodetrue.java 71 NodeList clonedList;
106 clonedList = clonedNode.getChildNodes();
107 for (int indexN100AE = 0; indexN100AE < clonedList.getLength(); indexN100AE++) {
108 clonedChild = (Node) clonedList.item(indexN100AE);

Completed in 169 milliseconds