This visitor converts a CXMLTree into a list of (instruction,name,value) triplets, in order to pass them to Perl or CORBA. More...
#include <CXEVTripletList.h>
Public Member Functions | |
CXEVTripletList () | |
constructor. More... | |
virtual bool | startVisit (const CXMLElement &inVisited) |
actually carrying out the visit | |
virtual void | endVisit (const CXMLElement &inVisited) |
actually carrying out the visit | |
const CXMLTripletList & | getTripletList () |
getting the list which was built | |
![]() | |
virtual bool | startVisit (CXMLElement &inVisited) |
makes this visit inVisted. More... | |
virtual void | endVisit (CXMLElement &inVisited) |
visiting on the way back | |
Protected Attributes | |
CXMLTripletList | mTripletList |
A list of (instruction,name,value) triplets. | |
This visitor converts a CXMLTree into a list of (instruction,name,value) triplets, in order to pass them to Perl or CORBA.
CXEVTripletList::CXEVTripletList | ( | ) |
constructor.
we do not need anything