Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _CEGUIChainedXMLHandler_h_
28 #define _CEGUIChainedXMLHandler_h_
30 #include "CEGUI/XMLHandler.h"
72 #endif // end of guard _CEGUIChainedXMLHandler_h_
bool d_deleteChaniedHandler
should the chained handler be deleted by us?
Definition: ChainedXMLHandler.h:66
ChainedXMLHandler * d_chainedHandler
chained xml handler object.
Definition: ChainedXMLHandler.h:62
bool d_completed
is the chained handler completed.
Definition: ChainedXMLHandler.h:64
void cleanupChainedHandler()
clean up any chained handler.
const String & getDefaultResourceGroup() const
Retrieves the default resource group to be used when handling files.
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
virtual void elementEndLocal(const String &element)=0
Function that handles elements locally (used at end of handler chain)
Abstract XMLHandler based class.
Definition: ChainedXMLHandler.h:37
void elementEnd(const String &element)
Method called to notify the handler at the end of each XML element encountered.
Class representing a block of attributes associated with an XML element.
Definition: XMLAttributes.h:48
bool completed() const
returns whether this chained handler has completed.
virtual void elementStartLocal(const String &element, const XMLAttributes &attributes)=0
Function that handles elements locally (used at end of handler chain)
Definition: XMLHandler.h:37
String class used within the GUI system.
Definition: String.h:64
void elementStart(const String &element, const XMLAttributes &attributes)
Method called to notify the handler at the start of each XML element encountered.
const String & getSchemaName() const
Retrieves the schema file name to use with resources handled by this handler.