@Override
public void elementStart(String type, Attributes attrs) {
accu[0] = accu[0].mergeWith(a.checkElementStart(type, attrs, v));
abortIfIllFormed();
a.doElementStart(type, attrs);
}
});
} catch (IllFormed e) {
return ValidationResult.ILL_FORMED;
}