#include <bamboohandler.h>
Inheritance diagram for BambooHandler:

Public Member Functions | |
| BambooHandler () | |
| Constructor. | |
| ~BambooHandler () | |
| Destructor. | |
| StructureHandler * | startChild (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. | |
It doesn't really parse the bamboo message. It only calls the good handler to parse each node it met.
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
This method is called when a element which causes a StructureHandler switch, is closed.
Reimplemented from StructureHandlerBase. |
|
||||||||||||
|
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.
Reimplemented from StructureHandlerBase. |
|
||||||||||||
|
This method is called when this StrucutreHandler is created.
Reimplemented from StructureHandlerBase. |
1.4.6