28 #ifndef _CEGUIChainedXMLHandler_h_
29 #define _CEGUIChainedXMLHandler_h_
31 #include "CEGUIXMLHandler.h"
45 void elementEnd(
const String& element);
48 bool completed()
const;
52 virtual void elementStartLocal(
const String& element,
55 virtual void elementEndLocal(
const String& element) = 0;
58 void cleanupChainedHandler();
69 #endif // end of guard _CEGUIChainedXMLHandler_h_
Definition: CEGUIXMLHandler.h:37
ChainedXMLHandler * d_chainedHandler
chained xml handler object.
Definition: CEGUIChainedXMLHandler.h:61
Class representing a block of attributes associated with an XML element.
Definition: CEGUIXMLAttributes.h:47
bool d_completed
is the chaind handler completed.
Definition: CEGUIChainedXMLHandler.h:63
Abstract XMLHandler based class.
Definition: CEGUIChainedXMLHandler.h:37
String class used within the GUI system.
Definition: CEGUIString.h:57