monitor db xml elements parsing tool More...
#include <string>
#include <sstream>
#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 |
Enumerator | |
---|---|
ERROR_ARGS | |
ERROR_XERCES_INIT | |
ERROR_PARSE | |
ERROR_EMPTY_DOCUMENT |
Definition at line 23 of file MonitorXMLParser.h.