A visitor visiting document trees built from the communication. More...
#include <CXEVCommunication.h>
Public Member Functions | |
| CXEVCommunication (CCommunicationHandler *inHandler) | |
| constructor. More... | |
| virtual bool | startVisit (const CXMLElement &inVisited) |
| actually carrying out the visit | |
| virtual void | endVisit (const CXMLElement &inVisited) |
| actually carrying out the visit | |
Public Member Functions inherited from CXMLElementVisitor | |
| virtual bool | startVisit (CXMLElement &inVisited) |
| makes this visit inVisted. More... | |
| virtual void | endVisit (CXMLElement &inVisited) |
| visiting on the way back | |
Protected Attributes | |
| string | mSessionID |
| the session in which this message is sent | |
| CCommunicationHandler * | mHandler |
| CCommunicationHandler which will build the response from our calls. | |
A visitor visiting document trees built from the communication.
| CXEVCommunication::CXEVCommunication | ( | CCommunicationHandler * | inHandler | ) |
constructor.
When traversing the tree we need to call member functions of the communication handler with subtrees of the tree we traverse.