The SCXMLReader provides the ability to read a SCXML document into the Java object model provided in the model package.
See latest version of the SCXML Working Draft for more details.
NOTE: The SCXMLReader assumes that the SCXML document to be parsed is well-formed and correct. If that assumption does not hold, any subsequent behavior is undefined.
@since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|