// Element processors
processors.add(new TableInitializerElProcessor(new ElementNameProcessorMatcher("table", DIALECT_PREFIX + ":table", "true", false)));
processors.add(new TableFinalizerElProcessor(new ElementNameProcessorMatcher("div", DIALECT_PREFIX + ":tmp", "internalUse", false)));
processors.add(new TheadElProcessor(new ElementNameProcessorMatcher("thead", DIALECT_PREFIX + ":data", "internalUse", false)));
processors.add(new TbodyElProcessor(new ElementNameProcessorMatcher("tbody", DIALECT_PREFIX + ":data", "internalUse", false)));
processors.add(new ColumnInitializerElProcessor(new ElementNameProcessorMatcher("th", DIALECT_PREFIX + ":data", "internalUse", false)));
processors.add(new ColumnFinalizerProcessor(new ElementNameProcessorMatcher("th", DIALECT_PREFIX + ":data", "internalUse", false)));
processors.add(new TrElProcessor(new ElementNameProcessorMatcher("tr", DIALECT_PREFIX + ":data", "internalUse", false)));
processors.add(new TdElProcessor(new ElementNameProcessorMatcher("td", DIALECT_PREFIX + ":data", "internalUse", false)));
// Config processors