Java org.apache.commons.scxml.io SCXMLParser fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

DigesternewInstance(final SCXML scxml, final PathResolver pr, final List customActions)

Obtain a SCXML digester instance for further customization.

SCXMLparse(final URL scxmlURL, final ErrorHandler errHandler)

API for standalone usage where the SCXML document is a URL.

SCXMLparse(final InputSource documentInputSource, final ErrorHandler errHandler)

API for standalone usage where the SCXML document is an InputSource.

SCXMLparse(final String documentRealPath, final ErrorHandler errHandler, final PathResolver pathResolver)

API for standalone usage where the SCXML document is a URI.

SCXMLparse(final URL scxmlURL, final ErrorHandler errHandler, final List customActions)

API for standalone usage where the SCXML document is a URL, and the document uses custom actions.

SCXMLparse(final InputSource documentInputSource, final ErrorHandler errHandler, final List customActions)

API for standalone usage where the SCXML document is an InputSource.

voidupdateSCXML(final SCXML scxml)

Update the SCXML object model and make it SCXMLExecutor ready.