CellML API interfaces/CeLEDS.idl Source File Main Page Related Pages Namespaces Classes Files File List File Members All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages CeLEDS.idl Go to the documentation of this file. 1 11 #include "CellML_APISPEC.idl" 12 #include "MaLaES.idl" 16 module cellml_services 17 { 22 interface LanguageDictionary 23 : XPCOM::IObject 24 { 28 wstring getValue(in wstring keyName); 32 dom::NodeList getMappings(); 33 }; 34 35 interface DictionaryGenerator 36 : XPCOM::IObject 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 55 : XPCOM::IObject 56 { 61 DictionaryGenerator createDictGenerator(in wstring URL); 66 DictionaryGenerator createDictGeneratorFromText(in wstring XMLText); 71 readonly attribute wstring loadError; 72 73 }; 74 75 }; CellML API Documentation Downloads Applications Support