* several dialects in the TemplateEngine that extend StandardDialect, they should
* not be returning the exact same instances for their processors in order
* to allow specific instances to be directly linked with their owner dialect.
*/
final Set<IProcessor> processors = new LinkedHashSet<IProcessor>(35, 1.0f);
processors.add(new StandardActionAttrProcessor());
processors.add(new StandardAltTitleAttrProcessor());
processors.add(new StandardAssertAttrProcessor());
processors.add(new StandardAttrAttrProcessor());
processors.add(new StandardAttrappendAttrProcessor());
processors.add(new StandardAttrprependAttrProcessor());