UXML_ATTRIB Struct Reference

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.

Detailed Description

Linked list of XML attributes.

Definition at line 51 of file uxml.h.


Field Documentation

struct _UXML_ATTRIB* UXML_ATTRIB::xmla_next

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:

© 2000-2010 by contributors - visit http://www.ethernut.de/