Spring Web Services Framework

Uses of Interface
org.springframework.xml.xpath.NodeCallbackHandler

Packages that use NodeCallbackHandler
org.springframework.xml.xpath 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 NodeCallbackHandler
 void XPathOperations.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler)
          Evaluates the given expression, handling the result Node objects on a per-node basis with a NodeCallbackHandler.
 void AbstractXPathTemplate.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler)
           
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.