final String tableLayout = attrs.getValue(getUri(), "table-layout");
if (tableLayout != null)
{
try
{
final TableLayout o = (TableLayout) ConverterRegistry.toPropertyValue(tableLayout, TableLayout.class);
styleSheet.setStyleProperty(BandStyleKeys.TABLE_LAYOUT, o);
}
catch (BeanException e)
{
throw new ParseException("Attribute 'table-layout' is not of an expected value.", getLocator());