Data struct for any element of attribute of xml element. More...
#include <nxml.h>
Data Fields | |
char * | name |
char * | value |
nxml_namespace_t * | ns |
nxml_attr_t * | next |
Data struct for any element of attribute of xml element.
Data struct for any element of attribute of xml element
Definition at line 123 of file nxml.h.
char* nxml_attr_t::name |
char* nxml_attr_t::value |