monitor db xml elements parsing tool More...
#include <string>
#include <vector>
#include <map>
#include <iostream>
#include <xercesc/dom/DOM.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
Go to the source code of this file.
Classes | |
struct | DB_ME |
struct | DbQuery |
class | MonitorXMLParser |
class | TagNames |
Enumerations | |
enum | { ERROR_ARGS = 1, ERROR_XERCES_INIT, ERROR_PARSE, ERROR_EMPTY_DOCUMENT } |
monitor db xml elements parsing tool
Definition in file MonitorXMLParser.h.
anonymous enum |
Definition at line 25 of file MonitorXMLParser.h.
{ ERROR_ARGS = 1 , ERROR_XERCES_INIT , ERROR_PARSE , ERROR_EMPTY_DOCUMENT };