27 #ifndef _CEGUIChainedXMLHandler_h_ 
   28 #define _CEGUIChainedXMLHandler_h_ 
   30 #include "CEGUI/XMLHandler.h" 
   43     const String& getSchemaName() 
const;
 
   44     const String& getDefaultResourceGroup() 
const;
 
   46     void elementEnd(
const String& element);
 
   49     bool completed() 
const;
 
   53     virtual void elementStartLocal(
const String& element,
 
   56     virtual void elementEndLocal(
const String& element) = 0;
 
   59     void cleanupChainedHandler();
 
   72 #endif  // end of guard _CEGUIChainedXMLHandler_h_ 
Main namespace for Crazy Eddie's GUI Library. 
Definition: arch_overview.dox:1
Definition: XMLHandler.h:36
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
Class representing a block of attributes associated with an XML element. 
Definition: XMLAttributes.h:46
bool d_completed
is the chained handler completed. 
Definition: ChainedXMLHandler.h:64
Abstract XMLHandler based class. 
Definition: ChainedXMLHandler.h:36
String class used within the GUI system. 
Definition: String.h:62