My Project
Loading...
Searching...
No Matches
XmlParser Class Reference

#include <XmlParser.h>

Static Public Member Functions

static bool tryReadCharAttr (const char *xmlMessage, const char *attr, char **returnValue)
 
static bool tryReadBoolAttr (const char *xmlMessage, const char *attr, bool *returnValue)
 
static bool tryReadIntAttr (const char *xmlMessage, const char *attr, int *returnValue)
 

Member Function Documentation

◆ tryReadBoolAttr()

bool XmlParser::tryReadBoolAttr ( const char * xmlMessage,
const char * attr,
bool * returnValue )
static
Here is the call graph for this function:

◆ tryReadCharAttr()

bool XmlParser::tryReadCharAttr ( const char * xmlMessage,
const char * attr,
char ** returnValue )
static
Here is the caller graph for this function:

◆ tryReadIntAttr()

bool XmlParser::tryReadIntAttr ( const char * xmlMessage,
const char * attr,
int * returnValue )
static
Here is the call graph for this function:

The documentation for this class was generated from the following files: