| addMember(const char *name, bool value) | XMLRPC | |
| addMember(const char *name, long value) | XMLRPC | |
| addMember(const char *name, const char *value) | XMLRPC | |
| addParam(bool value) | XMLRPC | |
| addParam(long value) | XMLRPC | |
| addParam(const char *string) | XMLRPC | |
| begArray(void) | XMLRPC | |
| begStruct(void) | XMLRPC | [protected] |
| characters(const unsigned char *text, unsigned len)=0 | XMLStream | [pure virtual] |
| close(void) | XMLStream | [inline, virtual] |
| comment(const unsigned char *text, unsigned len) | XMLStream | [inline, virtual] |
| endArray(void) | XMLRPC | |
| endDocument(void) | XMLStream | [inline, virtual] |
| endElement(const unsigned char *name)=0 | XMLStream | [pure virtual] |
| endStruct(void) | XMLRPC | |
| getLogging(void) | XMLStream | [inline, virtual] |
| invoke(const char *method) | XMLRPC | |
| open(const char *resource) | XMLStream | [inline, virtual] |
| parse(const char *resource=NULL) | XMLStream | |
| post(const char *resource, const char *msg)=0 | XMLRPC | [protected, pure virtual] |
| read(unsigned char *buffer, int len)=0 | XMLStream | [pure virtual] |
| response(bool fault) | XMLRPC | |
| send(const char *resource) | XMLRPC | |
| startDocument(void) | XMLStream | [inline, virtual] |
| startElement(const unsigned char *name, const unsigned char **attr)=0 | XMLStream | [pure virtual] |
| XMLRPC(size_t bufferSize=512) | XMLRPC | |
| ~XMLRPC() | XMLRPC | [virtual] |