#include "XmlAgent.h"#include <stdarg.h>#include <string>Functions | |
| std::string | ErrorMessage ("") |
| const char * | getMapValue (const YCPMap map, const string key) |
| YCPList | getMapValueAsList (const YCPMap map, const string key) |
| YCPMap | getMapValueAsMap (const YCPMap map, const string key) |
| xmlDocPtr | ParseYCPMethodCall (YCPMap map, xmlDocPtr doc) |
| static void | xmlagentError (void *ctx, const char *msg,...) |
Variables | |
| int | ParseError = 0 |
| std::string ErrorMessage | ( | "" | ) |
| const char* getMapValue | ( | const YCPMap | map, | |
| const string | key | |||
| ) |
| xmlDocPtr ParseYCPMethodCall | ( | YCPMap | map, | |
| xmlDocPtr | doc | |||
| ) |
| static void xmlagentError | ( | void * | ctx, | |
| const char * | msg, | |||
| ... | ||||
| ) | [static] |
| int ParseError = 0 |
1.5.3