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.

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
URLURL of XML file to load.
DictionaryGenerator cellml_services::CeLEDSBootstrap::createDictGeneratorFromText ( in wstring  XMLText)

Creates a CeLEDS DictionaryGenerator from an XML language definition file.

Parameters
XMLTextXML 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.