if (!contentBuffer.isEmpty()) {
// Copy the attributes because the rendering process
// destroys the styles.
RowIteratorPaneAttributes paneElementAttributes =
new RowIteratorPaneAttributes();
paneElementAttributes.copy(attributes);
// Write out the element preamble
module.writeOpenRowIteratorPaneElement(
paneElementAttributes);