String tagImageName = null;
if (MethodTag.hasTag(tagName)) {
MethodTag tag = MethodTag.getTag(tagName);
try {
if (tag.hasImage()) {
imageStream = tag.openImageStream();
}
} catch (IOException e) {
WYSIWYGPlugin.logError("Unable to load tag image, using default", e);
}
if (tagImageName == null) {