CellML API
cellml_services::CeLEDSBootstrap Interface Reference
cellml_services::CeLEDSBootstrap Interface Reference
Inheritance diagram for cellml_services::CeLEDSBootstrap:

Collaboration diagram for cellml_services::CeLEDSBootstrap:

Public Member Functions | |
DictionaryGenerator | createDictGenerator (in wstring URL) |
Creates a CeLEDS DictionaryGenerator from an XML language definition file. | |
DictionaryGenerator | createDictGeneratorFromText (in wstring XMLText) |
Creates a CeLEDS DictionaryGenerator 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 49 of file CeLEDS.idl.
Member Function Documentation
DictionaryGenerator cellml_services::CeLEDSBootstrap::createDictGenerator | ( | in wstring | URL | ) |
Creates a CeLEDS DictionaryGenerator from an XML language definition file.
- Parameters
-
URL URL of XML file to load.
DictionaryGenerator cellml_services::CeLEDSBootstrap::createDictGeneratorFromText | ( | in wstring | XMLText | ) |
Creates a CeLEDS DictionaryGenerator from an XML language definition file.
- Parameters
-
XMLText XML file as a string
Member Data Documentation
readonly attribute wstring cellml_services::CeLEDSBootstrap::loadError |
Error loading XML file.
If this is set the dictionary generator will be null.
Definition at line 66 of file CeLEDS.idl.