Searched refs:contextNode (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
H A DJaxenXPathTestSuite.java157 @Override void test(Node contextNode) {
159 xpath.evaluate(select, contextNode);
174 @Override void test(Node contextNode) throws XPathExpressionException {
176 select, contextNode, XPathConstants.NODE);
187 @Override void test(Node contextNode) throws XPathExpressionException {
189 select, contextNode, XPathConstants.NODESET);
206 @Override void test(Node contextNode) throws XPathExpressionException {
208 xpath.evaluate(select, contextNode, XPathConstants.STRING));
258 abstract void test(Node contextNode) throws XPathExpressionException; argument

Completed in 42 milliseconds