|
libxcks
0.1.0.1
|
A very simple XML Parser. More...
#include <vector>#include <utility>#include <string>#include <expat.h>

Go to the source code of this file.
Classes | |
| class | libxcks::XMLParserException |
| An exception class for the XML parser. More... | |
| class | libxcks::XMLParserAttributes |
| Manages elements' attributes. More... | |
| class | libxcks::XMLParser |
| A very simple XML parser. More... | |
| class | libxcks::XMLParserDefaultHandler |
| Default XML parser handler. More... | |
Typedefs | |
| using | libxcks::XMLParserAttribute = std::pair< std::string, std::string > |
| An attribute and its value. More... | |
A very simple XML Parser.
Definition in file xmlparser.hpp.
| using libxcks::XMLParserAttribute = typedef std::pair<std::string, std::string> |
An attribute and its value.
Definition at line 77 of file xmlparser.hpp.