Removes rows that are not header or footer rows from the table.
final public void removeBodyRows()
In HTML, body rows are any rows that are contained within a THEAD or TFOOT tag. The header and footer rows will not be removed.