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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnotfounderr.java 71 NodeList addressElementList;
75 addressElementList = doc.getElementsByTagName("address");
76 testAddress = (Element) addressElementList.item(4);
hc_elementnotfounderr.java 70 NodeList addressElementList;
74 addressElementList = doc.getElementsByTagName("acronym");
75 testAddress = (Element) addressElementList.item(4);
elementinuseattributeerr.java 73 NodeList addressElementList;
80 addressElementList = doc.getElementsByTagName("address");
81 testAddress = (Element) addressElementList.item(1);
elementwrongdocumenterr.java 76 NodeList addressElementList;
82 addressElementList = doc1.getElementsByTagName("address");
83 testAddress = (Element) addressElementList.item(4);
hc_elementinuseattributeerr.java 64 NodeList addressElementList;
72 addressElementList = doc.getElementsByTagName("body");
73 testAddress = (Element) addressElementList.item(0);
hc_elementwrongdocumenterr.java 74 NodeList addressElementList;
80 addressElementList = doc1.getElementsByTagName("acronym");
81 testAddress = (Element) addressElementList.item(4);

Completed in 150 milliseconds