cellml_services::DictionaryGenerator Interface Reference

cellml_services::DictionaryGenerator Interface Reference
Inheritance diagram for cellml_services::DictionaryGenerator:
Collaboration diagram for cellml_services::DictionaryGenerator:

Public Member Functions

LanguageDictionary getDictionary (in wstring dictionaryNameSpace)
 Creates a CeLEDS language dictionary object from the XML language definition file.
dom::Element getElementNS (in wstring nameSpace, in wstring elementName)
 Retrieve an element from the XML.
cellml_services::MaLaESTransform getMalTransform ()
 Load MaLaES dictionary and create a MaLaES transform object from all tags.
- 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.

Additional Inherited Members

- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

Definition at line 30 of file CeLEDS.idl.

Member Function Documentation

LanguageDictionary cellml_services::DictionaryGenerator::getDictionary ( in wstring  dictionaryNameSpace)

Creates a CeLEDS language dictionary object from the XML language definition file.

Provides a low level interface for accessing dictionaries

Parameters
componentNameSpaceXML namespace for element to retrieve dictionary entries from
dom::Element cellml_services::DictionaryGenerator::getElementNS ( in wstring  nameSpace,
in wstring  elementName 
)

Retrieve an element from the XML.

Useful if something more complex than a dictionary is used.

cellml_services::MaLaESTransform cellml_services::DictionaryGenerator::getMalTransform ( )

Load MaLaES dictionary and create a MaLaES transform object from all tags.