Package org.apache.commons.scxml.io

A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model.

See:
          Description

Class Summary
SCXMLDigester The SCXMLDigester provides the ability to digest a SCXML document into the Java object model provided in the model package.
SCXMLDigester.DigestSrcAttributeRule Custom digestion rule for external sources, that is, the src attribute of the <state> element.
SCXMLDigester.ParseDataRule Custom digestion rule for parsing bodies of <data> elements.
SCXMLDigester.ParseExternalContentRule Custom digestion rule for parsing bodies of ExternalContent elements.
SCXMLDigester.SetExecutableParentRule Custom digestion rule for setting Executable parent of Action elements.
SCXMLDigester.SetPathResolverRule Custom digestion rule for setting PathResolver for runtime retrieval.
SCXMLDigester.UpdateFinalizeRule Custom digestion rule for setting state parent of finalize.
SCXMLDigester.UpdateModelRule Custom digestion rule for establishing necessary associations of this TransitionTarget with the root SCXML object.
SCXMLSerializer Utility class for serializing the Commons SCXML Java object model.
 

Package org.apache.commons.scxml.io Description

A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model.



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