attributes = (AttributesImpl) attr;
} else {
attributes = new AttributesImpl(attr);
}
// remove attributes not meant for client
attributes.removeAttribute(attributes.getIndex("name"));
if (when != null) attributes.removeAttribute(attributes.getIndex("when"));
if (when_ge != null) attributes.removeAttribute(attributes.getIndex("when-ge"));
super.startElement(uri, name, raw, (Attributes)attributes);
} else {
this.ignoreCount++;