public static String getTooltip(XmlElement element) {
   String notation = element.getNotation();
   String imageFilePath = getStructureImageFilePath(element);
   return getTooltip(notation, imageFilePath);
 }