#include <structurehandler.h>
Inheritance diagram for StructureHandler:

Public Member Functions | |
| StructureHandler () | |
| Constructor. | |
| virtual | ~StructureHandler () |
| Destructor. | |
| virtual StructureHandler * | startChild (const XMLCh *const lname, const Attributes &attrs)=0 |
| This method is called when a new element (Child) is met. | |
| virtual void | endDirectChild (const XMLCh *const lname, const std::string &content)=0 |
| This method is called when a closed element (Child) is met. | |
| virtual void | endElement (const XMLCh *const lname, const XMLCh *const content)=0 |
| This method is called when the element which "makes" this StructureHandler is closed. (Not used). | |
| virtual void | endStructureChild (const XMLCh *const lname, const StructureHandler *pHandler)=0 |
| This method is called when a element which causes a StructureHandler switch, is closed. | |
| virtual void | startElement (const XMLCh *const localname, const Attributes &atts)=0 |
| This method is called when this StrucutreHandler is created. | |
| virtual void * | getData () |
| Returns the object build. | |
| virtual const void * | getData () const |
| Returns the object build. (const version). | |
| virtual void | setData (void *data) |
| Sets the object object build. | |
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.
Implemented in AddContactAnswerHandler, AnswerHandler, ContactHandler, ContactListHandler, ContentHandler, ErrorHandler, HeaderHandler, StateChangedEventHandler, and StructureHandlerBase. |
|
||||||||||||
|
This method is called when the element which "makes" this StructureHandler is closed. (Not used).
Implemented in StructureHandlerBase. |
|
||||||||||||
|
This method is called when a element which causes a StructureHandler switch, is closed.
Implemented in AddContactAnswerHandler, AnswerHandler, BambooHandler, ContactListHandler, and StructureHandlerBase. |
|
|
Returns the object build. (const version).
|
|
|
Returns the object build.
|
|
|
Sets the object object build.
|
|
||||||||||||
|
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.
Implemented in AddContactAnswerHandler, AnswerHandler, BambooHandler, ContactListHandler, EventHandler, RequestHandler, StateChangedEventHandler, and StructureHandlerBase. |
|
||||||||||||
|
This method is called when this StrucutreHandler is created.
Implemented in AddContactAnswerHandler, AnswerHandler, BambooHandler, ContactHandler, ContactListHandler, ContentHandler, ErrorHandler, EventHandler, HeaderHandler, StateChangedEventHandler, and StructureHandlerBase. |
1.4.6