RAVE
_SimpleXmlNode_t Struct Reference

Represents a node. More...

Public Attributes

RAVE_OBJECT_HEAD char * name
 Always on top.
char * text
 the trimmed character data
char * textBuffer
 text buffer, for managing untrimmed data
RaveObjectList_tchildren
 the list of children
RaveObjectHashTable_tattributes
 attributes for this node
SimpleXmlNode_t * parent
 this nodes parent

Detailed Description

Represents a node.

Member Data Documentation

◆ attributes

RaveObjectHashTable_t* _SimpleXmlNode_t::attributes

attributes for this node

◆ children

RaveObjectList_t* _SimpleXmlNode_t::children

the list of children

◆ name

RAVE_OBJECT_HEAD char* _SimpleXmlNode_t::name

Always on top.

the name of this node

◆ parent

SimpleXmlNode_t* _SimpleXmlNode_t::parent

this nodes parent

◆ text

char* _SimpleXmlNode_t::text

the trimmed character data

◆ textBuffer

char* _SimpleXmlNode_t::textBuffer

text buffer, for managing untrimmed data


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