InterpreterIssue.h
Go to the documentation of this file.
46 USCXML_ISSUE_INFO
58 InterpreterIssue(const std::string& msg, XERCESC_NS::DOMNode* node, IssueSeverity severity, const std::string& specRef = "");
Definition: Breakpoint.cpp:26
IssueSeverity severity
Severity of the issue.
Definition: InterpreterIssue.h:52
Identify and report syntactic and semantic problems with a SCXML state-charts.
Definition: InterpreterIssue.h:41
std::string xPath
Where did the issue arise.
Definition: InterpreterIssue.h:49
Central class to interpret and process SCXML documents.
Definition: Interpreter.h:79
XERCESC_NS::DOMNode * node
The DOM node pertaining to the issue.
Definition: InterpreterIssue.h:51
Definition: InterpreterImpl.h:51
Interpreter can not process such a document.
Definition: InterpreterIssue.h:44
Definition: Breakpoint.h:30
Document is questionable, but formally ok.
Definition: InterpreterIssue.h:45
std::string message
What is the issue.
Definition: InterpreterIssue.h:50
std::string specRef
If applicable, the violated section from the standard.
Definition: InterpreterIssue.h:53