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. | |
void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. |
Handler class used to parse look & feel XML files used by the Falagard system.
void CEGUI::Falagard_xmlHandler::elementEnd | ( | const String & | element | ) | [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.
void CEGUI::Falagard_xmlHandler::elementStart | ( | const String & | element, | |
const XMLAttributes & | attributes | |||
) | [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.