Nut/OS  5.0.5
API Reference
_UXML_ATTRIB Struct Reference

Linked list of XML attributes. More...

#include <uxml.h>

Collaboration diagram for _UXML_ATTRIB:
[legend]

Data Fields

struct _UXML_ATTRIBxmla_next
 Links the next attribute.
char * xmla_name
 Name of the attribute.
char * xmla_value
 Value of the attribute.

Detailed Description

Linked list of XML attributes.


Field Documentation

Links the next attribute.

Referenced by UxmlNodeAddAttrib().

Name of the attribute.

Referenced by UxmlNodeAddAttrib().

Value of the attribute.

Referenced by UxmlNodeAddAttrib().


The documentation for this struct was generated from the following file: