System documentation of the GNU Image-Finding Tool

Public Member Functions | List of all members
CXMLElementVisitor Class Referenceabstract

This class is designed for visiting XML document trees. More...

#include <CXMLElementVisitor.h>

Inheritance diagram for CXMLElementVisitor:
CXEVCommunication CXEVI18nTranslator CXEVTripletList

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
 

Detailed Description

This class is designed for visiting XML document trees.

It's only

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen