&& (href = atts.getValue("", "href")) != null) {
if (href.startsWith("#")) {
href = SPEC_LINK_URI + href;
}
AttributesImpl attributesImpl = new AttributesImpl();
attributesImpl.addAttribute("href", href);
fragmentBuilder.startElement(uri, localName, qName,
attributesImpl);
} else {
fragmentBuilder.startElement(uri, localName, qName,
EmptyAttributes.EMPTY_ATTRIBUTES);