| net.sf.saxon.om.ClosingAction
ClosingAction | public interface ClosingAction (Code) | | A ClosingAction is an action that can be performed by a
ClosingIterator when the end of a
sequence is reached
|
close | public void close(SequenceIterator base, int count) throws XPathException(Code) | | Notify the end of the sequence reached by the base iterator
Parameters: base - the iteration that has come to the end of its natural life Parameters: count - the number of items that have been read |
|
|