Package net.sf.saxon.om
Interface ItemConsumer<T extends Item>
- Type Parameters:
T
- the type of items to be processed
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A FunctionalInterface for any method that processes individual items, and which
may generate exceptions.
-
Method Summary
-
Method Details
-
accept
Process one item- Parameters:
item
- the item to be processed- Throws:
XPathException
- if the processing fails
-