XPathOperations « XML « Spring Q&A





1. XPathOperations & RestClient multiple use question    forum.springsource.org

XPathOperations & RestClient multiple use question Hi! This is a bit test-case: I have an immutable object which should contain some String properties obtained by XPath. Factory method is: Code: public ...

2. XPathOperations - [#document: null] issue    forum.springsource.org

Hi! I use XPathOperations on a Source with this code: Code: xpathOperator.evaluateAsObject("ns1:Capabs/pls:ServiceId",src, new NodeMapper() { public Object mapNode(Node node, int i) throws DOMException { Element servIdent = (Element) node; String type ...