28 #ifndef _CEGUILibxmlParser_h_
29 #define _CEGUILibxmlParser_h_
31 #include "../../CEGUIXMLParser.h"
33 #if defined( __WIN32__ ) || defined( _WIN32 )
34 # ifdef CEGUILIBXMLPARSER_EXPORTS
35 # define CEGUILIBXMLPARSER_API __declspec(dllexport)
37 # define CEGUILIBXMLPARSER_API __declspec(dllimport)
40 # define CEGUILIBXMLPARSER_API
61 bool initialiseImpl(
void);
62 void cleanupImpl(
void);
67 #endif // end of guard _CEGUILibxmlParser_h_
Definition: CEGUIXMLHandler.h:37
Implementation of XMLParser using libxml.
Definition: CEGUILibxmlParser.h:50
This is an abstract class that is used by CEGUI to interface with XML parser libraries.
Definition: CEGUIXMLParser.h:42
String class used within the GUI system.
Definition: CEGUIString.h:57