OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stringsxpath
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
XpathResourceXmlLoader.java
22
XPathExpression
stringsXPath
= XPathFactory.newInstance().newXPath().compile(expression);
23
NodeList nodes = (NodeList)
stringsXPath
.evaluate(document, XPathConstants.NODESET);
AttrResourceLoader.java
27
XPathExpression
stringsXPath
= XPathFactory.newInstance().newXPath().compile("/resources/declare-styleable/attr/enum");
28
NodeList stringNodes = (NodeList)
stringsXPath
.evaluate(document, XPathConstants.NODESET);
Completed in 585 milliseconds