#include <requesthandler.h>
Inheritance diagram for RequestHandler:

Public Member Functions | |
| RequestHandler () | |
| Constructor. | |
| ~RequestHandler () | |
| Destructor. | |
| StructureHandler * | startChild (const XMLCh *const lname, const Attributes &atts) |
| This method is called when a new element (Child) is met. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
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. |
1.4.6