libxcks  0.1.0.1
xmlparser.hpp File Reference

A very simple XML Parser. More...

#include <vector>
#include <utility>
#include <string>
#include <expat.h>
Include dependency graph for xmlparser.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A very simple XML Parser.

Definition in file xmlparser.hpp.

Typedef Documentation

◆ XMLParserAttribute

using libxcks::XMLParserAttribute = typedef std::pair<std::string, std::string>

An attribute and its value.

Definition at line 77 of file xmlparser.hpp.