(986a3bf)
Go to the source code of this file.
|
static void | xmlErrorLogger (void *ctx, const char *msg,...) |
|
int | XML::getProperty (const xmlNodePtr node, const char *const name, int def) |
|
int | XML::getIntProperty (const xmlNodePtr node, const char *const name, int def, const int min, const int max) |
|
float | XML::getFloatProperty (const xmlNodePtr node, const char *const name, float def) |
|
double | XML::getDoubleProperty (const xmlNodePtr node, const char *const name, double def) |
|
std::string | XML::getProperty (const xmlNodePtr node, const char *const name, const std::string &def) |
|
std::string | XML::langProperty (const xmlNodePtr node, const char *const name, const std::string &def) |
|
bool | XML::getBoolProperty (const xmlNodePtr node, const char *const name, const bool def) |
|
xmlNodePtr | XML::findFirstChildByName (const xmlNode *const parent, const char *const name) |
|
void | XML::initXML () |
|
void | XML::cleanupXML () |
|
◆ xmlErrorLogger()
static void xmlErrorLogger |
( |
void * |
ctx, |
|
|
const char * |
msg, |
|
|
|
... |
|
) |
| |
|
static |