RAVE
|
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_t * | children |
the list of children | |
RaveObjectHashTable_t * | attributes |
attributes for this node | |
SimpleXmlNode_t * | parent |
this nodes parent | |
Represents a node.
RaveObjectHashTable_t* _SimpleXmlNode_t::attributes |
attributes for this node
RaveObjectList_t* _SimpleXmlNode_t::children |
the list of children
RAVE_OBJECT_HEAD char* _SimpleXmlNode_t::name |
Always on top.
the name of this node
SimpleXmlNode_t* _SimpleXmlNode_t::parent |
this nodes parent
char* _SimpleXmlNode_t::text |
the trimmed character data
char* _SimpleXmlNode_t::textBuffer |
text buffer, for managing untrimmed data