Version: 8.3.0
xmlParserBase.hxx File Reference
#include <libxml/parser.h>
#include <string>
#include <map>
#include <stack>
#include <list>
Include dependency graph for xmlParserBase.hxx:
This graph shows which files directly or indirectly include this file:

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_Chartochar (const xmlChar *c)
 

Macro Definition Documentation

#define XML_Char   char
#define XMLCALL

Definition at line 25 of file xmlParserBase.hxx.

Function Documentation

XML_Char* tochar ( const xmlChar *  c)
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().

27 { return (XML_Char*)c; };