CellML API /home/andrew/Documents/cellml-api-doxygen/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 #include "CellML_APISPEC.idl" 2 #include "MaLaES.idl" 11 module cellml_services 12 { 17 interface LanguageDictionary 18 : XPCOM::IObject 19 { 23 wstring getValue(in wstring keyName); 27 dom::NodeList getMappings(); 28 }; 29 30 interface DictionaryGenerator 31 : XPCOM::IObject 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 50 : XPCOM::IObject 51 { 56 DictionaryGenerator createDictGenerator(in wstring URL); 61 DictionaryGenerator createDictGeneratorFromText(in wstring XMLText); 66 readonly attribute wstring loadError; 67 68 }; 69 70 }; CellML API Documentation Downloads Applications Support