Nut/OS  5.0.5
API Reference
_UXML_NODE Struct Reference

Linked list of XML nodes. More...

#include <uxml.h>

Collaboration diagram for _UXML_NODE:
[legend]

Data Fields

struct _UXML_NODExmln_next
 Pointer to the next sibling node.
struct _UXML_NODExmln_child
 Pointer to the first child node.
struct _UXML_NODExmln_parent
 Pointer to the parent node.
char * xmln_name
 Name of the tag.
UXML_ATTRIBxmln_attribs
 Pointer to the linked list of attributes.

Detailed Description

Linked list of XML nodes.


Field Documentation

Pointer to the next sibling node.

Referenced by UxmlTreeAddSibling(), and UxmlTreeDestroy().

Pointer to the first child node.

Referenced by UxmlTreeAddChild(), and UxmlTreeDestroy().

Pointer to the parent node.

Referenced by UxmlParseStream(), UxmlTreeAddChild(), and UxmlTreeAddSibling().

Name of the tag.

Referenced by UxmlNodeCreate(), and UxmlParseStream().

Pointer to the linked list of attributes.

Referenced by UxmlNodeAddAttrib().


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