Class used to parse the Imageset XML files to create Imageset objects.
More...
List of all members.
Detailed Description
Class used to parse the Imageset XML files to create Imageset objects.
Member Function Documentation
void CEGUI::Imageset_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::Imageset_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.