interfaces/CeLEDS.idl Source File

CeLEDS.idl
Go to the documentation of this file.
1 
11 #include "CellML_APISPEC.idl"
12 #include "MaLaES.idl"
16 module cellml_services
17 {
24  {
28  wstring getValue(in wstring keyName);
32  dom::NodeList getMappings();
33  };
34 
37  {
43  LanguageDictionary getDictionary(in wstring dictionaryNameSpace);
47  dom::Element getElementNS(in wstring nameSpace, in wstring elementName);
51  cellml_services::MaLaESTransform getMalTransform();
52  };
53 
54  interface CeLEDSBootstrap
56  {
61  DictionaryGenerator createDictGenerator(in wstring URL);
66  DictionaryGenerator createDictGeneratorFromText(in wstring XMLText);
71  readonly attribute wstring loadError;
72 
73  };
74 
75 };
Back to Top