Crazy Eddies GUI System  0.7.7
Protected Member Functions
CEGUI::Animation_xmlHandler Class Reference

Class used to parse stand alone Animation XML files. More...

+ Inheritance diagram for CEGUI::Animation_xmlHandler:
+ Collaboration diagram for CEGUI::Animation_xmlHandler:

List of all members.

Protected Member Functions

void elementStartLocal (const String &element, const XMLAttributes &attributes)
 Function that handles elements locally (used at end of handler chain)
void elementEndLocal (const String &element)
 Function that handles elements locally (used at end of handler chain)
- Protected Member Functions inherited from CEGUI::ChainedXMLHandler
void cleanupChainedHandler ()
 clean up any chained handler.

Additional Inherited Members

- Public Member Functions inherited from CEGUI::ChainedXMLHandler
void elementStart (const String &element, const XMLAttributes &attributes)
 Method called to notify the handler at the start of each XML element encountered.
void elementEnd (const String &element)
 Method called to notify the handler at the end of each XML element encountered.
bool completed () const
 returns whether this chained handler has completed.
- Public Member Functions inherited from CEGUI::XMLHandler
 XMLHandler (void)
 XMLHandler base class constructor.
virtual ~XMLHandler (void)
 XMLHandler base class destructor.
virtual void text (const String &text)
 Method called to notify text node, several successiv text node are agregated.
- Protected Attributes inherited from CEGUI::ChainedXMLHandler
ChainedXMLHandlerd_chainedHandler
 chained xml handler object.
bool d_completed
 is the chaind handler completed.

Detailed Description

Class used to parse stand alone Animation XML files.