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 ScXMLDataObj * evaluate(
const char * expression)
const override;
52 SbBool setAtLocation(
const char * location,
ScXMLDataObj *
obj)
override;
53 ScXMLDataObj * locate(
const char * location)
const override;
The SbList class is a template container class for lists.
Definition SbList.h:70
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