CellML API
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. | |
![]() | |
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. | |
![]() | |
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
-
URL URL 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
-
XMLText XML file as a string
CodeExporter cellml_services::CeLEDSExporterBootstrap::createExporter | ( | in wstring | URL | ) |
Creates a CodeExporter from an XML language definition file.
- Parameters
-
URL URL of XML file to load.
CodeExporter cellml_services::CeLEDSExporterBootstrap::createExporterFromText | ( | in wstring | XMLText | ) |
Creates a CodeExporter from an XML language definition file.
- Parameters
-
XMLText XML 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.