1 #ifndef COIN_SCXMLXPATHEVALUATOR_H 2 #define COIN_SCXMLXPATHEVALUATOR_H 36 #include <Inventor/scxml/ScXMLEvaluator.h> 37 #include <Inventor/tools/SbLazyPimplPtr.h> 44 static void initClass(
void);
45 static void cleanClass(
void);
50 virtual ScXMLDataObj * evaluate(
const char * expression)
const;
52 virtual SbBool setAtLocation(
const char * location,
ScXMLDataObj * obj);
53 virtual ScXMLDataObj * locate(
const char * location)
const;
61 #endif // !COIN_SCXMLXPATHEVALUATOR_H base class for evaluator data objects in the SCXML data module
Definition: ScXMLEvaluator.h:77
defines an interface for profile-dependent evaluators.
Definition: ScXMLEvaluator.h:44
implements the XPath evaluator.
Definition: ScXMLXPathEvaluator.h:39
Base class for all SCXML objects.
Definition: ScXMLObject.h:41