// remove ATTRIBUTE_ATTR, "coplet" and ELEMENT_ATTR from attributes
AttributesImpl newAttributes = this.getMutableAttributes(attributes);
newAttributes.removeAttribute(ELEMENT_ATTR);
newAttributes.removeAttribute(ATTRIBUTE_ATTR);
newAttributes.removeAttribute("coplet");
int index = newAttributes.getIndex(attributeName);
String link = newAttributes.getValue(index);
boolean formSpecialTreatment = false;