See: Description
Class | Description |
---|---|
SCXMLReader |
The SCXMLReader provides the ability to read a SCXML document into
the Java object model provided in the model package.
|
SCXMLReader.Configuration |
Configuration for the
SCXMLReader . |
SCXMLWriter |
Utility class for serializing the Commons SCXML Java object
model.
|
SCXMLWriter.Configuration |
Configuration for the
SCXMLWriter . |
A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model.
SCXMLReader
is based on
StAX based pull parsing and has no external dependencies.SCXMLWriter
is based on StAX XML stream writer.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.