// should
// go there.
c = new DumTagConverter(element, true);
} else if (IHTMLConstants.TAG_HTML.equalsIgnoreCase(tagName)
|| IHTMLConstants.TAG_BODY.equalsIgnoreCase(tagName)) {
c = new DumDescriptionTagConverter(element);
c.setNeedBorderDecorator(true);
} else {
c = new DumTagConverter(element);
}
c.setMode(mode);