Nut/OS  4.10.3
API Reference
_UXML_ATTRIB Struct Reference

Linked list of XML attributes. More...

#include <uxml.h>

Collaboration diagram for _UXML_ATTRIB:

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.

Definition at line 51 of file uxml.h.


Field Documentation

Links the next attribute.

Definition at line 52 of file uxml.h.

Referenced by UxmlNodeAddAttrib().

Name of the attribute.

Definition at line 53 of file uxml.h.

Referenced by UxmlNodeAddAttrib().

Value of the attribute.

Definition at line 54 of file uxml.h.

Referenced by UxmlNodeAddAttrib().


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