flowRenderer.endSection();
}
else if (o instanceof ResultTable)
{
// perform the layouting first.
final ResultTable chunk = (ResultTable) o;
outputProcessor.setResultTable(chunk);
flowRenderer.processPage(null, new Object(), true);
outputProcessor.setResultTable(null);
}
}