27 #ifndef _CEGUILibxmlParser_h_ 28 #define _CEGUILibxmlParser_h_ 30 #include "../../XMLParser.h" 32 #if defined( __WIN32__ ) || defined( _WIN32 ) 33 # ifdef CEGUILIBXMLPARSER_EXPORTS 34 # define CEGUILIBXMLPARSER_API __declspec(dllexport) 36 # define CEGUILIBXMLPARSER_API __declspec(dllimport) 39 # define CEGUILIBXMLPARSER_API 49 class CEGUILIBXMLPARSER_API LibxmlParser :
public XMLParser
56 void parseXML(XMLHandler& handler,
const RawDataContainer& source,
const String& schemaName);
60 bool initialiseImpl(
void);
61 void cleanupImpl(
void);
66 #endif // end of guard _CEGUILibxmlParser_h_ Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42