Deprecated API


Contents
Deprecated Classes
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 
 

Deprecated Fields
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
          Use ErrorConstants.NON_DETERMINISTIC instead. 
org.apache.commons.scxml.ErrorReporter.UNDEFINED_VARIABLE
          Use ErrorConstants.UNDEFINED_VARIABLE instead. 
org.apache.commons.scxml.ErrorReporter.UNKNOWN_ACTION
          Use ErrorConstants.UNKNOWN_ACTION instead. 
 

Deprecated Methods
org.apache.commons.scxml.Builtin.data(Object, String)
          Use Builtin.data(Map,Object,String) instead 
org.apache.commons.scxml.Builtin.dataNode(Object, String)
          Use Builtin.dataNode(Map,Object,String) instead 
org.apache.commons.scxml.model.Invoke.getParams()
          Remove in v1.0, use params() instead 
 



Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.