| An interface used by
XPathOperations implementations for processing
Node objects on a per-node basis.
Implementations of this interface perform the actual work of processing nodes, but don't need to worry about
exception handling.
Consider using a
NodeMapper instead if you need to map exactly result object per node, assembling them in a
List.
author: Arjen Poutsma See Also: XPathOperations.evaluate(Stringjavax.xml.transform.SourceNodeCallbackHandler) since: 1.0.0 |