Attributes a = new AttributesImpl(ImmutableMap.of("a1", "1", "a2", "2"));
Attributes b = new AttributesImpl();
Attributes c = new AttributesImpl(ImmutableMap.of("c1", "1", "c2", "2", "c3", "3"));
m.deleteElementStart("a", a);
m.deleteElementStart("b", b);
m.deleteElementStart("c", c);
m.deleteElementEnd();
m.deleteElementEnd();
m.deleteElementEnd();