#include <sxmlp.h>
Public Member Functions | |
SXMLP () | |
char * | nextName (void) |
char * | nextValue (void) |
bool | loadFile (char *s) |
char * | getRootName (void) |
Private Member Functions | |
void | setRootName (char *s) |
void | addElement (char *s, char *t) |
char * | trimSpaces (char *) |
int | isElement (char *) |
char * | elementName (char *) |
char * | elementValue (char *) |
Private Attributes | |
char * | rootTagName |
int | num |
stringQ | elements |
stringQ | values |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Here is the call graph for this function:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|