#include <libxml/parser.h>#include <string>#include <map>#include <stack>#include <list>

Go to the source code of this file.
Classes | |
| class | xmlReader |
| base class for parse an xml file, use a dedicated parser, runtime independant. More... | |
| class | xmlParserBase |
| base class for xml parsers, runtime independant More... | |
Macros | |
| #define | XMLCALL |
| #define | XML_Char char |
Functions | |
| XML_Char * | tochar (const xmlChar *c) |
| #define XML_Char char |
Definition at line 26 of file xmlParserBase.hxx.
Referenced by xmlParserBase::end_element(), xmlParserBase::start_element(), and tochar().
| #define XMLCALL |
Definition at line 25 of file xmlParserBase.hxx.
|
inline |
Definition at line 27 of file xmlParserBase.hxx.
References gui.CONNECTOR::c, and XML_Char.
Referenced by xmlParserBase::end_element(), and xmlParserBase::start_element().