OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compiledXPath
(Results
1 - 4
of
4
) sorted by null
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java
29
private final XPathExpression
compiledXPath
;
53
this.
compiledXPath
=
compiledXPath
(xPathExpression, namespaceContext);
76
return matched(
compiledXPath
.evaluate(item, evaluationMode), mismatch);
96
private static XPathExpression
compiledXPath
(String xPathExpression, NamespaceContext namespaceContext) {
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar
/prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar
/prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar
Completed in 522 milliseconds