CEGUI::Falagard_xmlHandler Class Reference

Handler class used to parse look & feel XML files used by the Falagard system. More...

Inheritance diagram for CEGUI::Falagard_xmlHandler:
Inheritance graph
[legend]
Collaboration diagram for CEGUI::Falagard_xmlHandler:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Handler class used to parse look & feel XML files used by the Falagard system.


Member Function Documentation

void CEGUI::Falagard_xmlHandler::elementEnd ( const String element  )  [virtual]

Method called to notify the handler at the end of each XML element encountered.

Parameters:
element String object holding the name of the element that is ending.
Returns:
Nothing.

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.

Parameters:
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.
Returns:
Nothing.

Reimplemented from CEGUI::XMLHandler.


Generated on Wed Oct 21 10:18:49 2009 for Crazy Eddies GUI System by  doxygen 1.6.1