< prev index next >

test/javax/xml/jaxp/unittest/xpath/XPathAnyTypeTest.java

Print this page

        

*** 198,203 **** public void test15(XPath xpath, Document doc) throws XPathExpressionException { XPathEvaluationResult<?> result = xpath.evaluateExpression("/Customers/Customer[@id=3]", doc); verifyResult(result, "Customer"); } } - --- 198,202 ----
< prev index next >