#include <CEGUIXMLHandler.h>
Inheritance diagram for CEGUI::XMLHandler:
Public Member Functions | |
XMLHandler (void) | |
XMLHandler base class constructor. | |
virtual | ~XMLHandler (void) |
XMLHandler base class destructor. | |
virtual void | elementStart (const String &element, const XMLAttributes &attributes) |
Method called to notify the handler at the start of each XML element encountered. | |
virtual void | elementEnd (const String &element) |
Method called to notify the handler at the end of each XML element encountered. |
Definition at line 33 of file CEGUIXMLHandler.h.
|
XMLHandler base class constructor.
Definition at line 31 of file CEGUIXMLHandler.cpp. |
|
XMLHandler base class destructor.
Definition at line 34 of file CEGUIXMLHandler.cpp. |
|
Method called to notify the handler at the end of each XML element encountered.
Reimplemented in CEGUI::Font_xmlHandler, CEGUI::GUILayout_xmlHandler, CEGUI::Imageset_xmlHandler, CEGUI::Scheme_xmlHandler, and CEGUI::Falagard_xmlHandler. Definition at line 40 of file CEGUIXMLHandler.cpp. Referenced by CEGUI::XercesHandler::endElement(), and CEGUI::TinyXMLDocument::processElement(). |
|
Method called to notify the handler at the start of each XML element encountered.
Reimplemented in CEGUI::Config_xmlHandler, CEGUI::Font_xmlHandler, CEGUI::GUILayout_xmlHandler, CEGUI::Imageset_xmlHandler, CEGUI::Scheme_xmlHandler, and CEGUI::Falagard_xmlHandler. Definition at line 37 of file CEGUIXMLHandler.cpp. Referenced by CEGUI::TinyXMLDocument::processElement(), and CEGUI::XercesHandler::startElement(). |