Nut/OS  4.10.3
API Reference
_UXML_NODE Struct Reference

Linked list of XML nodes. More...

#include <uxml.h>

Collaboration diagram for _UXML_NODE:

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.

Definition at line 60 of file uxml.h.


Field Documentation

Pointer to the next sibling node.

Definition at line 61 of file uxml.h.

Referenced by UxmlTreeAddSibling(), and UxmlTreeDestroy().

Pointer to the first child node.

Definition at line 62 of file uxml.h.

Referenced by UxmlTreeAddChild(), and UxmlTreeDestroy().

Pointer to the parent node.

Definition at line 63 of file uxml.h.

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

Name of the tag.

Definition at line 64 of file uxml.h.

Referenced by UxmlNodeCreate(), and UxmlParseStream().

Pointer to the linked list of attributes.

Definition at line 65 of file uxml.h.

Referenced by UxmlNodeAddAttrib().


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