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. | |
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. | |
| readonly attribute interface_list | supported_interfaces |
| Fetches all supported interfaces. | |
Detailed Description
Definition at line 54 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 71 of file CeLEDS.idl.

Public Member Functions inherited from