Linked list of XML attributes. More...
Data Fields | |
struct _UXML_ATTRIB * | xmla_next |
Links the next attribute. | |
char * | xmla_name |
Name of the attribute. | |
char * | xmla_value |
Value of the attribute. |
Linked list of XML attributes.
Definition at line 51 of file uxml.h.
struct _UXML_ATTRIB* UXML_ATTRIB::xmla_next |
char* UXML_ATTRIB::xmla_name |
char* UXML_ATTRIB::xmla_value |