#include <CXMLElementVisitor.h>
Inheritance diagram for CXMLElementVisitor:
Public Member Functions | |
virtual bool | startVisit (const CXMLElement &inVisited)=0 |
makes this visit inVisted. | |
virtual void | endVisit (const CXMLElement &inVisited)=0 |
visiting on the way back | |
virtual bool | startVisit (CXMLElement &inVisited) |
makes this visit inVisted. | |
virtual void | endVisit (CXMLElement &inVisited) |
visiting on the way back |
It's only
|
makes this visit inVisted. The return value decides, if the visit recurses further or not Reimplemented in CXEVI18nTranslator. |
|
makes this visit inVisted. The return value decides, if the visit recurses further or not Implemented in CXEVCommunication, CXEVI18nTranslator, and CXEVTripletList. |