System documentation of the GNU Image-Finding Tool

Public Attributes | Static Public Attributes | List of all members
CXMLTriplet Class Reference

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
 

Detailed Description

This structure contains a triplet of (instruction,name,value).

It is designed to help build an XML tree from a flat structure.


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

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen