BambooHandler Class Reference

Handler to parse all bamboo message. More...

#include <bamboohandler.h>

Inheritance diagram for BambooHandler:

StructureHandlerBase StructureHandler List of all members.

Public Member Functions

 BambooHandler ()
 Constructor.
 ~BambooHandler ()
 Destructor.
StructureHandlerstartChild (const XMLCh *const lname, const Attributes &atts)
 This method is called when a new element (Child) is met.
void endStructureChild (const XMLCh *const lname, const StructureHandler *pHandler)
 This method is called when a element which causes a StructureHandler switch, is closed.
void startElement (const XMLCh *const localname, const Attributes &atts)
 This method is called when this StrucutreHandler is created.

Detailed Description

Handler to parse all bamboo message.

It doesn't really parse the bamboo message. It only calls the good handler to parse each node it met.

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

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


Member Function Documentation

void BambooHandler::endStructureChild const XMLCh *const   lname,
const StructureHandler pHandler
[virtual]
 

This method is called when a element which causes a StructureHandler switch, is closed.

Parameters:
lname name of element closed.
pHandler StructureHandler used to parse this element.

Reimplemented from StructureHandlerBase.

StructureHandler * BambooHandler::startChild const XMLCh *const   lname,
const Attributes &  atts
[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.
atts 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 BambooHandler::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