Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CEGUI::XMLHandler Class Reference

#include <CEGUIXMLHandler.h>

Inheritance diagram for CEGUI::XMLHandler:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

Definition at line 33 of file CEGUIXMLHandler.h.


Constructor & Destructor Documentation

CEGUI::XMLHandler::XMLHandler void   ) 
 

XMLHandler base class constructor.

Definition at line 31 of file CEGUIXMLHandler.cpp.

CEGUI::XMLHandler::~XMLHandler void   )  [virtual]
 

XMLHandler base class destructor.

Definition at line 34 of file CEGUIXMLHandler.cpp.


Member Function Documentation

void CEGUI::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 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().

void CEGUI::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 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().


The documentation for this class was generated from the following files:
Generated on Wed Sep 7 10:07:49 2005 for Crazy Eddies GUI System by  doxygen 1.4.3