COPASI API
4.16.103
|
#include <stdsoap2.h>
Public Attributes | |
char | name [1] |
struct soap_attribute * | next |
char * | ns |
size_t | size |
char * | value |
short | visible |
Definition at line 1335 of file stdsoap2.h.
char soap_attribute::name[1] |
Definition at line 1342 of file stdsoap2.h.
Referenced by soap_attr_value(), soap_element_start_end_out(), soap_peek_element(), soap_set_attr(), soap_string_in(), and soap_wstring_in().
struct soap_attribute* soap_attribute::next |
Definition at line 1337 of file stdsoap2.h.
Referenced by soap_attr_value(), soap_clr_attr(), soap_element_null(), soap_element_start_end_out(), soap_free_temp(), soap_peek_element(), soap_set_attr(), soap_string_in(), and soap_wstring_in().
char* soap_attribute::ns |
Definition at line 1340 of file stdsoap2.h.
Referenced by soap_set_attr().
size_t soap_attribute::size |
Definition at line 1339 of file stdsoap2.h.
Referenced by soap_peek_element(), and soap_set_attr().
char* soap_attribute::value |
Definition at line 1338 of file stdsoap2.h.
Referenced by soap_attr_value(), soap_clr_attr(), soap_element_start_end_out(), soap_free_temp(), soap_peek_element(), soap_set_attr(), soap_string_in(), and soap_wstring_in().
short soap_attribute::visible |
Definition at line 1341 of file stdsoap2.h.
Referenced by soap_attr_value(), soap_clr_attr(), soap_element_null(), soap_element_start_end_out(), soap_peek_element(), soap_set_attr(), soap_string_in(), and soap_wstring_in().