Linked list of XML attributes. More...
#include <uxml.h>

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. | |
| struct _UXML_ATTRIB* _UXML_ATTRIB::xmla_next |
| char* _UXML_ATTRIB::xmla_name |
| char* _UXML_ATTRIB::xmla_value |