26 #ifndef _CPROPERTYSHEETMATCHER
27 #define _CPROPERTYSHEETMATCHER
28 #include "libMRML/include/uses-declarations.h"
30 #include "libMRML/include/CXMLElement.h"
A class for checking if the content of two query-paradigm tags matches.
Definition: CQueryParadigmMatcher.h:35
This class captures the structure of an XML element.
Definition: CXMLElement.h:51
bool matches(const CXMLElement &inQuery, const CXMLElement &inResult) const
Two XMLElements of type query-paradigm match, if the intersection of their attribute sets is identica...
bool operator()(const CXMLElement &inQuery, const CXMLElement &inResult) const
This function gives back, if the inQuery matches inResult.