20 #ifndef BASICCONTENTEXECUTOR_H_B873199D
21 #define BASICCONTENTEXECUTOR_H_B873199D
40 void processRaise(XERCESC_NS::DOMElement* content);
41 void processSend(XERCESC_NS::DOMElement* element);
42 void processCancel(XERCESC_NS::DOMElement* content);
43 void processIf(XERCESC_NS::DOMElement* content);
44 void processAssign(XERCESC_NS::DOMElement* content);
45 void processForeach(XERCESC_NS::DOMElement* content);
46 void processLog(XERCESC_NS::DOMElement* content);
47 void processScript(XERCESC_NS::DOMElement* content);
49 virtual void process(XERCESC_NS::DOMElement* block);
51 virtual void invoke(XERCESC_NS::DOMElement* invoke);
52 virtual void uninvoke(XERCESC_NS::DOMElement* invoke);
53 virtual void raiseDoneEvent(XERCESC_NS::DOMElement* state, XERCESC_NS::DOMElement* doneData);
55 virtual Data elementAsData(XERCESC_NS::DOMElement* element,
bool asExpression =
false);
58 void processNameLists(std::map<std::string, Data>& nameMap, XERCESC_NS::DOMElement* element);
59 void processParams(std::multimap<std::string, Data>& paramMap, XERCESC_NS::DOMElement* element);
Definition: Breakpoint.cpp:26
Definition: BasicContentExecutor.h:33
Definition: Breakpoint.h:30
Definition: ContentExecutorImpl.h:86
Definition: ContentExecutorImpl.h:46