Java org.apache.commons.scxml2.io SCXMLReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml2.io SCXMLReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml2.io SCXMLReader.

The text is from its open source code.

Method

SCXMLread(final String scxmlPath)
Parse the SCXML document at the supplied path.
SCXMLread(final URL scxmlURL)
Parse the SCXML document at the supplied URL .
SCXMLread(final InputStream scxmlStream)
Parse the SCXML document supplied by the given InputStream .
SCXMLread(final Reader scxmlReader)
Parse the SCXML document supplied by the given Reader .
SCXMLread(final Source scxmlSource)
Parse the SCXML document supplied by the given Source .
SCXMLread(final String scxmlPath, final Configuration configuration)
Parse the SCXML document at the supplied path with the given Configuration .
SCXMLread(final URL scxmlURL, final Configuration configuration)
Parse the SCXML document at the supplied URL with the given Configuration .
SCXMLread(final InputStream scxmlStream, final Configuration configuration)
Parse the SCXML document supplied by the given InputStream with the given Configuration .
SCXMLread(final Reader scxmlReader, final Configuration configuration)
Parse the SCXML document supplied by the given Reader with the given Configuration .
SCXMLread(final Source scxmlSource, final Configuration configuration)
Parse the SCXML document supplied by the given Source with the given Configuration .