final Attributes atts)
throws SAXException
{
if (OfficeNamespaces.TABLE_NS.equals(uri) && "table".equals(tagName))
{
sectionTableReadHandler = new TableReadHandler();
return sectionTableReadHandler;
}
if (OfficeNamespaces.OOREPORT_NS.equals(uri) && "conditional-print-expression".equals(tagName))
{
return new ConditionalPrintExpressionReadHandler(section);