|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inheritance diagram for XMLHandler_wrapper:
Collaboration diagram for XMLHandler_wrapper:Public Member Functions | |
| virtual void | elementEnd (::CEGUI::String const &element) |
| void | default_elementEnd (::CEGUI::String const &element) |
| virtual void | elementStart (::CEGUI::String const &element,::CEGUI::XMLAttributes const &attributes) |
| void | default_elementStart (::CEGUI::String const &element,::CEGUI::XMLAttributes const &attributes) |
| virtual ::CEGUI::String const & | getDefaultResourceGroup () const |
| Retrieves the default resource group to be used when handling files. | |
| virtual void | text (::CEGUI::String const &text) |
| void | default_text (::CEGUI::String const &text) |
Public Member Functions inherited from CEGUI::XMLHandler | |
| XMLHandler (void) | |
| XMLHandler base class constructor. | |
| virtual | ~XMLHandler (void) |
| XMLHandler base class destructor. | |
| virtual const String & | getSchemaName () const |
| Retrieves the schema file name to use with resources handled by this handler. | |
| void | handleContainer (const RawDataContainer &source) |
| Takes given RawDataContainer containing XML and handles it. More... | |
| void | handleFile (const String &fileName, const String &resourceGroup) |
| Takes given file containing XML and handles it. More... | |
| void | handleString (const String &source) |
| Takes given string containing XML source and handles it. More... | |
| virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
| Method called to notify the handler at the start of each XML element encountered. More... | |
| virtual void | elementEnd (const String &element) |
| Method called to notify the handler at the end of each XML element encountered. More... | |
| virtual void | text (const String &text) |
| Method called to notify text node, several successiv text node are agregated. More... | |
| XMLHandler (void) | |
| XMLHandler base class constructor. | |
| virtual | ~XMLHandler (void) |
| XMLHandler base class destructor. | |
| virtual const String & | getSchemaName () const |
| Retrieves the schema file name to use with resources handled by this handler. | |
| void | handleContainer (const RawDataContainer &source) |
| Takes given RawDataContainer containing XML and handles it. More... | |
| void | handleFile (const String &fileName, const String &resourceGroup) |
| Takes given file containing XML and handles it. More... | |
| void | handleString (const String &source) |
| Takes given string containing XML source and handles it. More... | |
| virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
| Method called to notify the handler at the start of each XML element encountered. More... | |
| virtual void | elementEnd (const String &element) |
| Method called to notify the handler at the end of each XML element encountered. More... | |
| virtual void | text (const String &text) |
| Method called to notify text node, several successiv text node are agregated. More... | |