T
- the type of items to be processed@FunctionalInterface
public interface ItemConsumer<T extends Item>
Modifier and Type | Method and Description |
---|---|
void |
accept(T item)
Process one item
|
void accept(T item) throws XPathException
item
- the item to be processedXPathException
- if the processing failsCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.