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