Uses of Interface
org.springframework.xml.xpath.NodeCallbackHandler
Package
Description
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
-
Uses of NodeCallbackHandler in org.springframework.xml.xpath
Modifier and TypeMethodDescriptionfinal void
AbstractXPathTemplate.evaluate
(String expression, Source context, NodeCallbackHandler callbackHandler) void
XPathOperations.evaluate
(String expression, Source context, NodeCallbackHandler callbackHandler) Evaluates the given expression, handling the resultNode
objects on a per-node basis with aNodeCallbackHandler
.