// status division, restart it.
if (!inDocumentDivision) startDocumentDivision();
}
public void visitAnchor(HtmlDocument.Tag t) {
Attribute name = getAttribute(t, "NAME");
if (name != null) {
URL anchorUrl = resolveHash(name);
String anchorName = getAnchorName(anchorUrl);
if (anchorName != null) {
setAttribute(name, anchorName);