Go to the source code of this file.
Functions |
DOMBuilder * | getParser () |
void | suppressLibxmlWarnings (void *ctx, const char *msg,...) |
string | safeGetAttribute (const xmlNode *node, const string &attr) |
xmlNodePtr | findElement (xmlNodePtr root, const string elementName, const string &attribute, const string &value) |
xmlNodePtr | findElement (xmlNodePtr root, const string elementName, const string &attribute, long value) |
xmlNodePtr | findElementWithNumericAttr (xmlNodePtr root, const string elementName, const string &attribute, long value) |
string | getNodeText (xmlNodePtr elem) |
int | getNumberFromXmlAttr (xmlNodePtr element, const string field, int base) |
Macro Definition Documentation
#define DCERR |
( |
|
line | ) |
do {} while(0) |
#define DCOUT |
( |
|
line | ) |
do {} while(0) |