|
Crazy Eddies GUI System
0.6.0
|
Handler class used to parse the Scheme XML files using SAX2. More...
Inheritance diagram for CEGUI::Scheme_xmlHandler:
Collaboration diagram for CEGUI::Scheme_xmlHandler:Public Member Functions | |
| Scheme_xmlHandler (Scheme *scheme) | |
| Constructor for Scheme::xmlHandler objects. More... | |
| virtual | ~Scheme_xmlHandler (void) |
| Destructor for Scheme::xmlHandler objects. | |
| virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
| document processing (only care about elements, schema validates format) | |
| virtual 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.
|
inline |
Constructor for Scheme::xmlHandler objects.
| scheme | Pointer to the Scheme object creating this xmlHandler object |
|
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.
1.8.3.1