/// <summary> /// This method returns the list of genbankID with its corresponding divisioncode. /// Throws an exception of any error accession the database occurs. /// </summary> public static XmlDocument listDivisionCodes() { XmlDocument doc = new XmlDocument(); doc.AppendChild(dictionaryToXML(GDDL.listDivisionCodes(), doc)); return(doc); }