EventHandler Class Reference

Handler used to parse event message. More...

#include <eventhandler.h>

Inheritance diagram for EventHandler:

StructureHandlerBase StructureHandler List of all members.

Public Member Functions

 EventHandler ()
 Constructor.
 ~EventHandler ()
 Desctructor.
void startElement (const XMLCh *const localname, const Attributes &atts)
 This method is called when this StrucutreHandler is created.
StructureHandlerstartChild (const XMLCh *const lname, const Attributes &attrs)
 This method is called when a new element (Child) is met.

Detailed Description

Handler used to parse event message.

Author:
Sylvain Archenault <sylvain.archenault@laposte.net>

Yves Houpert <yves.houpert@insa-rouen.fr>


Member Function Documentation

StructureHandler * EventHandler::startChild const XMLCh *const   lname,
const Attributes &  attrs
[virtual]
 

This method is called when a new element (Child) is met.

It returns a StructureHandler object able to parse the element structure. It returns null (0), if this handler is able to parse this structure.

Parameters:
lname Element name.
attrs The specified or defaulted attributes.
Returns:
A StructureHandler object, if the new element have to be process by another StructureHandler, null otherwise.

Reimplemented from StructureHandlerBase.

void EventHandler::startElement const XMLCh *const   localname,
const Attributes &  atts
[virtual]
 

This method is called when this StrucutreHandler is created.

Parameters:
localname Element name.
atts The specified or defaulted attributes.

Reimplemented from StructureHandlerBase.


The documentation for this class was generated from the following files:
Generated on Fri May 19 12:15:55 2006 for Bamboo Ch@t by  doxygen 1.4.6