XPathExpression « XML « Spring Q&A





1. Using XpathExpression with a NodeMapper    forum.springsource.org

Using XpathExpression with a NodeMapper Hi, I have the folllowing method: Code: public List doXPath(Document document) { List gameIds = gameListExpression.evaluate(document, new NodeMapper() { public Object mapNode(Node node, int nodeNum) throws ...

2. XPathExpression vs. XPathOperations    forum.springsource.org