Class and Description |
---|
org.apache.commons.scxml.io.SCXMLDigester
Use
SCXMLParser instead, after updating the SCXML
document as necessary, in line with newer Working Drafts. |
org.apache.commons.scxml.io.SCXMLDigester.DigestSrcAttributeRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.ParseDataRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.ParseExternalContentRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.SetExecutableParentRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.SetPathResolverRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.UpdateFinalizeRule
Will be removed in version 1.0
|
org.apache.commons.scxml.io.SCXMLDigester.UpdateModelRule
Will be removed in version 1.0
|
Field and Description |
---|
org.apache.commons.scxml.ErrorReporter.EXPRESSION_ERROR
Use
ErrorConstants.EXPRESSION_ERROR instead. |
org.apache.commons.scxml.ErrorReporter.ILLEGAL_CONFIG
Use
ErrorConstants.ILLEGAL_CONFIG instead. |
org.apache.commons.scxml.ErrorReporter.ILLEGAL_INITIAL
Use
ErrorConstants.ILLEGAL_INITIAL instead. |
org.apache.commons.scxml.ErrorReporter.NO_INITIAL
Use
ErrorConstants.NO_INITIAL instead. |
org.apache.commons.scxml.ErrorReporter.NON_DETERMINISTIC
No longer necessary, non determinism is solved based
on state heirarchy and document order priorities.
|
org.apache.commons.scxml.semantics.ErrorConstants.NON_DETERMINISTIC
Non deterministic behavior is now resolved using
state heirarchy and document order priorities.
|
org.apache.commons.scxml.ErrorReporter.UNDEFINED_VARIABLE
Use
ErrorConstants.UNDEFINED_VARIABLE instead. |
org.apache.commons.scxml.ErrorReporter.UNKNOWN_ACTION
Use
ErrorConstants.UNKNOWN_ACTION instead. |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.