} else if (oAttributes != null
&& oAttributes.get(WIKIOBJECT_ATTR_KEY) instanceof ImageFormat) {
// the caption of images often holds well formed
// sentences with links to entities
hasSpecialHandling = true;
ImageFormat iformat = (ImageFormat) oAttributes.get(WIKIOBJECT_ATTR_KEY);
imageNodeToText(tagNode, iformat, countingBuffer,
model);
}
if (!hasSpecialHandling) {
nodesToText(tagNode.getChildren(), countingBuffer,