@Property(value = {DEFAULT_PATTERN}, unbounded = PropertyUnbounded.ARRAY)
public static final String PATTERNS_PARAMETER = "org.apache.sling.scripting.thymeleaf.impl.templatemodehandler.ValidatingXhtmlTemplateModeHandler.patterns";
public ValidatingXhtmlTemplateModeHandler() {
super(TEMPLATE_MODE_NAME, new XhtmlAndHtml5NonValidatingSAXTemplateParser(poolSize()), new XhtmlHtml5TemplateWriter());
}