String value = a.getValue(idx);
// mark the attribute as consumed
// we need to remove the attribute before we process it
// because the event handler might access attributes.
a.removeAttribute(idx);
getCurrentHandler().enterAttribute(uri,local,qname);
consumeText(value,false);
getCurrentHandler().leaveAttribute(uri,local,qname);