#include <vector>
#include <string>
#include <iostream>
#include <map>
#include <exception>
Go to the source code of this file.
Classes | |
class | xmlWriterException_c |
this exception is thrown by xmlWriter_c, when it is used in a wrong way More... | |
class | xmlWriter_c |
a simple class for xml file generation More... | |
class | xmlParserException_c |
this class is thriown by the xml parser More... | |
class | xmlParser_c |
A simple, pull based XML parser. More... |
The load functions are base on xmlpat and the save stuff is self written I used to use xml2 with xmlwrapp, but that got way to bulky and slow