27 #ifndef _CEGUIXMLHandler_h_
28 #define _CEGUIXMLHandler_h_
30 #include "CEGUI/Base.h"
31 #include "CEGUI/String.h"
55 virtual const String& getSchemaName()
const;
61 virtual const String& getDefaultResourceGroup()
const = 0;
83 void handleFile(
const String& fileName,
const String& resourceGroup);
94 void handleString(
const String& source);
121 virtual void elementEnd(
const String& element);
133 virtual void text(
const String& text);
139 #endif // end of guard _CEGUIXMLHandler_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Definition: XMLHandler.h:36
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:42
Class representing a block of attributes associated with an XML element.
Definition: XMLAttributes.h:46
String class used within the GUI system.
Definition: String.h:62