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