Crazy Eddie's GUI System
0.8.4
|
Handler class used to parse the Scheme XML files using SAX2. More...
Public Member Functions | |
Scheme_xmlHandler () | |
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. | |
const String & | getSchemaName () const |
Retrieves the schema file name to use with resources handled by this handler. | |
const String & | getDefaultResourceGroup () const |
Retrieves the default resource group to be used when handling files. | |
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 the Scheme XML files using SAX2.
void CEGUI::Scheme_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::Scheme_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.