cellml_api::CellMLDOMElement Interface Reference

cellml_api::CellMLDOMElement Interface Reference

This is an optional additional interface which CellMLElements may implement. More...

Inheritance diagram for cellml_api::CellMLDOMElement:
Collaboration diagram for cellml_api::CellMLDOMElement:

Public Attributes

readonly attribute dom::Element domElement
 The DOM element corresponding to this CellML element.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Additional Inherited Members

- 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.

Detailed Description

This is an optional additional interface which CellMLElements may implement.

It provides a link between CellML elements and DOM elements.

API users should be aware that not all API implementations will provide this interface.

Definition at line 350 of file CellML_APISPEC.idl.

Member Data Documentation

readonly attribute dom::Element cellml_api::CellMLDOMElement::domElement

The DOM element corresponding to this CellML element.

Definition at line 356 of file CellML_APISPEC.idl.