@Override
public void deleteElementStart(String type, Attributes attrs) {
accu[0] = accu[0].mergeWith(a.checkDeleteElementStart(type, attrs, v));
abortIfIllFormed();
a.doDeleteElementStart(type, attrs);
}
@Override
public void replaceAttributes(Attributes oldAttrs, Attributes newAttrs) {
accu[0] = accu[0].mergeWith(a.checkReplaceAttributes(oldAttrs, newAttrs, v));