This structure contains a triplet of (instruction,name,value). More...
#include <CXMLTriplet.h>
Public Attributes | |
| int | mInstruction |
| the instruction | |
| string | mName |
| the name | |
| string | mValue |
| the value | |
Static Public Attributes | |
| static const int | element |
| a list of the possible instructions beginning of an element | |
| static const int | up |
| end of an element, up in the tree | |
| static const int | attribute |
| an attribute | |
| static const int | text |
| a text node | |
This structure contains a triplet of (instruction,name,value).
It is designed to help build an XML tree from a flat structure.