26 #ifndef _CXMLELEMENTVISITOR
27 #define _CXMLELEMENTVISITOR
28 #include "libMRML/include/uses-declarations.h"
29 #include "libMRML/include/CXMLElement.h"
This class is designed for visiting XML document trees.
Definition: CXMLElementVisitor.h:35
This class captures the structure of an XML element.
Definition: CXMLElement.h:51
virtual bool startVisit(const CXMLElement &inVisited)=0
makes this visit inVisted.
virtual void endVisit(const CXMLElement &inVisited)=0
visiting on the way back