cellml_services::CeLEDSExporterBootstrap Interface Reference

cellml_services::CeLEDSExporterBootstrap Interface Reference
Inheritance diagram for cellml_services::CeLEDSExporterBootstrap:
Collaboration diagram for cellml_services::CeLEDSExporterBootstrap:

Public Member Functions

cellml_services::DictionaryGenerator createDictGenerator (in wstring URL)
 Creates a CeLEDS DictionaryGenerator from an XML language definition file via the lower level CeLEDS interface.
cellml_services::DictionaryGenerator createDictGeneratorFromText (in wstring XMLText)
 Creates a CeLEDS DictionaryGenerator from an XML language definition file.
CodeExporter createExporter (in wstring URL)
 Creates a CodeExporter from an XML language definition file.
CodeExporter createExporterFromText (in wstring XMLText)
 Creates a CodeExporter from an XML language definition file.
- Public Member Functions inherited from XPCOM::IObject
void add_ref ()
 Called to indicate that some code is keeping an owning reference to the object.
oneway void release_ref ()
 Removes a reference to an object which was created by some other means (e.g.
IObject query_interface (in utf8string id)
 Returns an IObject of the same implementation, which supports a specific interface.

Public Attributes

readonly attribute wstring loadError
 Error loading XML file.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

Definition at line 36 of file CeLEDSExporter.idl.

Member Function Documentation

cellml_services::DictionaryGenerator cellml_services::CeLEDSExporterBootstrap::createDictGenerator ( in wstring  URL)

Creates a CeLEDS DictionaryGenerator from an XML language definition file via the lower level CeLEDS interface.

Parameters
URLURL of XML file to load.
cellml_services::DictionaryGenerator cellml_services::CeLEDSExporterBootstrap::createDictGeneratorFromText ( in wstring  XMLText)

Creates a CeLEDS DictionaryGenerator from an XML language definition file.

via the lower level CeLEDS interface

Parameters
XMLTextXML file as a string
CodeExporter cellml_services::CeLEDSExporterBootstrap::createExporter ( in wstring  URL)

Creates a CodeExporter from an XML language definition file.

Parameters
URLURL of XML file to load.
CodeExporter cellml_services::CeLEDSExporterBootstrap::createExporterFromText ( in wstring  XMLText)

Creates a CodeExporter from an XML language definition file.

Parameters
XMLTextXML file as a string

Member Data Documentation

readonly attribute wstring cellml_services::CeLEDSExporterBootstrap::loadError

Error loading XML file.

If this is set the dictionary generator will be null.

Definition at line 66 of file CeLEDSExporter.idl.