#include <addcontactanswerhandler.h>
Inheritance diagram for AddContactAnswerHandler:

Public Member Functions | |
| AddContactAnswerHandler () | |
| Constructor. | |
| ~AddContactAnswerHandler () | |
| Destructor. | |
| void | startElement (const XMLCh *const localname, const Attributes &atts) |
| This method is called when this StrucutreHandler is created. | |
| StructureHandler * | startChild (const XMLCh *const lname, const Attributes &attrs) |
| This method is called when a new element (Child) is met. | |
| void | endDirectChild (const XMLCh *const lname, const std::string &content) |
| This method is called when a closed 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. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
This method is called when a closed element (Child) is met. This method is used to process an element handled by this Structure Handler.
Reimplemented from StructureHandlerBase. |
|
||||||||||||
|
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