| - -( dyne // software :: culture :: events :: planet :: discussion :: museum \\ freaknet )- - |
#include <xmlprofile.h>
Collaboration diagram for XmlProfile:

Definition at line 190 of file xmlprofile.h.
Public Member Functions | |
| XmlProfile (char *category, char *repository) | |
| the XmlProfile class constructor | |
| ~XmlProfile () | |
| the XmlProfile class destructor | |
| XmlErr | addRootElement (XmlTag *element) |
| add a new root element to the current profile | |
| XmlTag * | getRootElement (char *name) |
| get a root element by its name | |
| XmlTag * | getRootElement (int index) |
| get a root element by its index | |
| XmlTag * | getElement (char *path) |
get an element inside the configuration profile
| |
| XmlErr | XmlParseBuffer (char *buf) |
| XmlErr | XmlParseFile (char *path) |
| XmlErr | update () |
| char * | dumpBranch (XmlTag *rTag, unsigned int depth) |
| char * | dumpXml () |
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|