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. | |
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 |
This class is designed for visiting XML document trees.
It's only
virtual bool CXMLElementVisitor::startVisit | ( | const CXMLElement & | inVisited | ) | [pure virtual] |
makes this visit inVisted.
The return value decides, if the visit recurses further or not
Implemented in CXEVCommunication, CXEVI18nTranslator, and CXEVTripletList.
virtual bool CXMLElementVisitor::startVisit | ( | CXMLElement & | inVisited | ) | [virtual] |
makes this visit inVisted.
The return value decides, if the visit recurses further or not
Reimplemented in CXEVI18nTranslator.