AttributesImpl newAttrs = new AttributesImpl(attributes);
String href = newAttrs.getValue("href");
if (href != null) {
txt.addText(" " + getWithDestination().toLowerCase() + " " + href);
newAttrs.removeAttribute(newAttrs.getIndex("href"));
}
super.addAttributes(txt, newAttrs);
}
private String getWithDestination() {