Package net.sf.saxon.om
Interface ClosingAction
-
public interface ClosingActionA ClosingAction is an action that can be performed by aClosingIteratorwhen the end of a sequence is reached
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(SequenceIterator base, int count)Notify the end of the sequence reached by the base iterator
-
-
-
Method Detail
-
close
void close(SequenceIterator base, int count) throws XPathException
Notify the end of the sequence reached by the base iterator- Parameters:
base- the iteration that has come to the end of its natural lifecount- the number of items that have been read- Throws:
XPathException
-
-