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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
StringArrayResourceLoader.java 30 XPathExpression itemXPath = XPathFactory.newInstance().newXPath().compile("item");
31 NodeList childNodes = (NodeList) itemXPath.evaluate(node, XPathConstants.NODESET);
PluralResourceLoader.java 37 XPathExpression itemXPath = XPathFactory.newInstance().newXPath().compile("item");
38 NodeList childNodes = (NodeList) itemXPath.evaluate(node, XPathConstants.NODESET);

Completed in 2047 milliseconds