-pedantic BOOLEAN
Processor
protected void begin() {
if (isTrue(getProperty(PEDANTIC)))
setPedantic(true);
}
protected void begin() {
if (isTrue(getProperty(PEDANTIC)))
setPedantic(true);
}