27 #ifndef _CEGUIXMLParser_h_
28 #define _CEGUIXMLParser_h_
30 #include "CEGUI/Base.h"
31 #include "CEGUI/String.h"
32 #include "CEGUI/PropertySet.h"
69 bool initialise(
void);
152 const String& getIdentifierString()
const;
163 virtual bool initialiseImpl(
void) = 0;
173 virtual void cleanupImpl(
void) = 0;
185 #endif // end of guard _CEGUIXMLParser_h_
Definition: MemoryAllocatedObject.h:109
Definition: XMLHandler.h:36
Class that contains a collection of Property objects.
Definition: PropertySet.h:56
String d_identifierString
String that holds some id information about the module.
Definition: XMLParser.h:176
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:42
This is an abstract class that is used by CEGUI to interface with XML parser libraries.
Definition: XMLParser.h:41
String class used within the GUI system.
Definition: String.h:62