Uses of Interface
org.springframework.xml.xpath.NodeCallbackHandler
Packages that use 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
Methods in org.springframework.xml.xpath with parameters of type NodeCallbackHandlerModifier and TypeMethodDescriptionfinal voidAbstractXPathTemplate.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler) voidXPathOperations.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler) Evaluates the given expression, handling the resultNodeobjects on a per-node basis with aNodeCallbackHandler.