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. | |
Linked list of XML attributes.
| struct _UXML_ATTRIB* _UXML_ATTRIB::xmla_next |
Links the next attribute.
Referenced by UxmlNodeAddAttrib().
| char* _UXML_ATTRIB::xmla_name |
Name of the attribute.
Referenced by UxmlNodeAddAttrib().
| char* _UXML_ATTRIB::xmla_value |
Value of the attribute.
Referenced by UxmlNodeAddAttrib().