Crazy Eddies GUI System
0.6.0
|
Handler class used to parse look & feel XML files used by the Falagard system. More...
Public Member Functions | |
Falagard_xmlHandler (WidgetLookManager *mgr) | |
Constructor for Falagard_xmlHandler objects. | |
~Falagard_xmlHandler () | |
Destructor for Falagard_xmlHandler objects. | |
void | elementStart (const String &element, const XMLAttributes &attributes) |
Method called to notify the handler at the start of each XML element encountered. More... | |
void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. More... | |
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. More... | |
Handler class used to parse look & feel XML files used by the Falagard system.
|
virtual |
Method called to notify the handler at the end of each XML element encountered.
element | String object holding the name of the element that is ending. |
Reimplemented from CEGUI::XMLHandler.
|
virtual |
Method called to notify the handler at the start of each XML element encountered.
element | String object holding the name of the element that is starting. |
attributes | An XMLAttributes object holding the collection of attributes specified for the element. |
Reimplemented from CEGUI::XMLHandler.
References CEGUI::Errors.