This is a set of classes and structures to let the easy handling of structured configuration files inside MuSE.
Definition in file xmlprofile.h.
#include "linklist.h"
Go to the source code of this file.
Classes | |
| struct | XmlParser |
| just a little struct to group references needed by the parser callbacks (registered to g_markup_parser) More... | |
| class | XmlProfile |
| the profile manager. This class point directly to the root elements and implements an API to let the user retreive single elements and walk the xml structure More... | |
| class | XmlTag |
| the XmlTag handler class. This kind of object represents a single XML element More... | |
| struct | XmlTagAttribute |
| One attribute associated to an element. More... | |
Defines | |
| #define | __XMPROFILE_H__ |
| #define | XmlErr int |
| #define | XML_BADARGS -1 |
| #define | XML_UPDATE_ERR -2 |
| #define | XML_NOERR 0 |
1.3.4