System documentation of the GNU Image-Finding Tool

CXMLElementVisitor Class Reference

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

#include <CXMLElementVisitor.h>

Inheritance diagram for CXMLElementVisitor:

CXEVCommunication CXEVI18nTranslator CXEVTripletList

List of all members.

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


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