TrinityCore
|
#include <stdsoap2.h>
Public Attributes | |
struct soap_dom_element * | next |
struct soap_dom_element * | prnt |
struct soap_dom_element * | elts |
struct soap_dom_attribute * | atts |
const char * | nstr |
char * | name |
char * | data |
wchar_t * | wide |
int | type |
void * | node |
char * | head |
char * | tail |
struct soap * | soap |
struct soap_dom_attribute* soap_dom_element::atts |
char* soap_dom_element::data |
struct soap_dom_element* soap_dom_element::elts |
char* soap_dom_element::head |
char* soap_dom_element::name |
struct soap_dom_element* soap_dom_element::next |
void* soap_dom_element::node |
const char* soap_dom_element::nstr |
struct soap_dom_element* soap_dom_element::prnt |
struct soap* soap_dom_element::soap |
char* soap_dom_element::tail |
int soap_dom_element::type |
wchar_t* soap_dom_element::wide |