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