Box\Spout\Reader\ODS\RowIterator::processTableEndingNode PHP Method

processTableEndingNode() protected method

protected processTableEndingNode ( ) : integer
return integer A return code that indicates what action should the processor take next
    protected function processTableEndingNode()
    {
        // The closing "</table:table>" marks the end of the file
        $this->hasReachedEndOfFile = true;
        return XMLProcessor::PROCESSING_STOP;
    }