This class can be used to generate XML documents from MySQL query results. It traverses a result set of an already executed SELECT query and maps query results column values into nodes of data of the XML document. The XML document root node tag, the tag of each result row, and the tags of each result row column are configurable. The resulting XML document is returned as a single string.