See: Description
Class | Description |
---|---|
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.
|
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:
SCXMLDigester
represents the parser that
corresponds to the July 05 Working Draft, and will be
removed in v1.0. It will be present all v0.x releases for
backwards compatability reasons.SCXMLParser
represents the newer version.
This will be updated to keep up with the more recent
Working Drafts.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.