Crazy Eddies GUI System
0.7.2
|
Handler class used to parse the Scheme XML files using SAX2. More...
Public Member Functions | |
Scheme_xmlHandler (const String &filename, const String &resource_group) | |
Constructor. | |
~Scheme_xmlHandler () | |
Destructor. | |
const String & | getObjectName () const |
Return string holding the name of the created Imageset. | |
Scheme & | getObject () const |
Return reference to the created Scheme object. | |
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 the Scheme XML files using SAX2.
|
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.