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 Deprecated. Use SCXMLParser instead, after updating the SCXML document as necessary, in line with newer Working Drafts.
SCXMLDigester.DigestSrcAttributeRule Deprecated. Will be removed in version 1.0
SCXMLDigester.ParseDataRule Deprecated. Will be removed in version 1.0
SCXMLDigester.ParseExternalContentRule Deprecated. Will be removed in version 1.0
SCXMLDigester.SetExecutableParentRule Deprecated. Will be removed in version 1.0
SCXMLDigester.SetPathResolverRule Deprecated. Will be removed in version 1.0
SCXMLDigester.UpdateFinalizeRule Deprecated. Will be removed in version 1.0
SCXMLDigester.UpdateModelRule Deprecated. Will be removed in version 1.0
SCXMLParser The SCXMLParser provides the ability to parse a SCXML document into the Java object model provided in the model package.
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.

Two variants of the SCXML parser are present in this package:



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