TwiceAsNice  2019-02-18
Public Attributes | List of all members
soap_dom_element Struct Reference

#include <stdsoap2.h>

Collaboration diagram for soap_dom_element:
Collaboration graph

Public Attributes

struct soap_dom_elementnext
 
struct soap_dom_elementprnt
 
struct soap_dom_elementelts
 
struct soap_dom_attributeatts
 
const char * nstr
 
char * name
 
char * data
 
wchar_t * wide
 
int type
 
void * node
 
char * head
 
char * tail
 
struct soapsoap
 

Member Data Documentation

◆ atts

struct soap_dom_attribute* soap_dom_element::atts

◆ data

char* soap_dom_element::data

◆ elts

struct soap_dom_element* soap_dom_element::elts

◆ head

char* soap_dom_element::head

◆ name

char* soap_dom_element::name

◆ next

struct soap_dom_element* soap_dom_element::next

◆ node

void* soap_dom_element::node

◆ nstr

const char* soap_dom_element::nstr

◆ prnt

struct soap_dom_element* soap_dom_element::prnt

◆ soap

struct soap* soap_dom_element::soap

◆ tail

char* soap_dom_element::tail

◆ type

int soap_dom_element::type

◆ wide

wchar_t* soap_dom_element::wide

The documentation for this struct was generated from the following file: