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.
|
Java Source File Name | Type | Comment |
IOTestSuite.java | Class | Test suite for SCXML IO package. |
ModelUpdater.java | Class | The ModelUpdater provides the utility methods to check the Commons
SCXML model for inconsistencies, detect errors, and wire the Commons
SCXML model appropriately post document parsing by the digester to make
it executor ready. |
SCXMLDigester.java | Class | |
SCXMLDigesterTest.java | Class | Unit tests
org.apache.commons.scxml.SCXMLDigester . |
SCXMLSerializer.java | Class | Utility class for serializing the Commons SCXML Java object
model. |
SCXMLSerializerTest.java | Class | |
StateSrcTest.java | Class | Unit tests
org.apache.commons.scxml.SCXMLDigester Test white box nature of element "src" attribute. |