#include <stdsoap2.h>
Collaboration diagram for soap_dom_attribute:
Public Types | |
typedef soap_dom_attribute_iterator | iterator |
Public Member Functions | |
soap_dom_attribute & | set (const char *nstr, const char *name) |
soap_dom_attribute & | set (const char *data) |
soap_dom_attribute_iterator | begin () |
soap_dom_attribute_iterator | end () |
soap_dom_attribute_iterator | find (const char *nstr, const char *name) |
void | unlink () |
soap_dom_attribute () | |
soap_dom_attribute (struct soap *soap) | |
soap_dom_attribute (struct soap *soap, const char *nstr, const char *name, const char *data) | |
~soap_dom_attribute () | |
Public Attributes | |
soap_dom_attribute * | next |
const char * | nstr |
char * | name |
char * | data |
wchar_t * | wide |
soap * | soap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|