/home/andrew/Documents/cellml-api-doxygen/interfaces/CeLEDS.idl Source File

CeLEDS.idl
Go to the documentation of this file.
1 #include "CellML_APISPEC.idl"
2 #include "MaLaES.idl"
11 module cellml_services
12 {
19  {
23  wstring getValue(in wstring keyName);
27  dom::NodeList getMappings();
28  };
29 
32  {
38  LanguageDictionary getDictionary(in wstring dictionaryNameSpace);
42  dom::Element getElementNS(in wstring nameSpace, in wstring elementName);
46  cellml_services::MaLaESTransform getMalTransform();
47  };
48 
49  interface CeLEDSBootstrap
51  {
56  DictionaryGenerator createDictGenerator(in wstring URL);
61  DictionaryGenerator createDictGeneratorFromText(in wstring XMLText);
66  readonly attribute wstring loadError;
67 
68  };
69 
70 };