processRow ( thisRow, remainingRows )
Process thisRow , and optionally consume some remainingRows
remainingRows is an iterator over the remaining rows in the same
table, if any. Any rows consumed from this iterator will be
skipped by the calling table processor. This allows a row
processor to take control of processing for subsequent rows in a
table, e.g. when multiple rows need to be processed by the same
processor.
|