|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeCallbackHandler
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.
XPathOperations.evaluate(String,javax.xml.transform.Source,NodeCallbackHandler)
Method Summary | |
---|---|
void |
processNode(Node node)
Processed a single node. |
Method Detail |
---|
void processNode(Node node) throws DOMException
node
- the node to map
DOMException
- in case of DOM errors
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |