CellML API
mathml_dom::MathMLSetElement Interface Reference
mathml_dom::MathMLSetElement Interface Reference
Inheritance diagram for mathml_dom::MathMLSetElement:

Collaboration diagram for mathml_dom::MathMLSetElement:

Public Attributes | |
| readonly attribute boolean | isExplicit |
| attribute dom::DOMString | type |
Public Attributes inherited from mathml_dom::MathMLContentContainer | |
| readonly attribute unsigned long | nBoundVariables |
| attribute MathMLConditionElement | condition |
| attribute MathMLElement | opDegree |
| attribute MathMLElement | domainOfApplication |
| attribute MathMLElement | momentAbout |
Public Attributes inherited from mathml_dom::MathMLContainer | |
| readonly attribute unsigned long | nArguments |
| readonly attribute MathMLNodeList | arguments |
| readonly attribute MathMLNodeList | declarations |
Public Attributes inherited from XPCOM::IObject | |
| readonly attribute string | objid |
| Fetches the ID of the object. | |
Additional Inherited Members | |
Public Member Functions inherited from mathml_dom::MathMLContentContainer | |
| MathMLBvarElement | getBoundVariable (in unsigned long index) |
| MathMLBvarElement | insertBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException) |
| MathMLBvarElement | setBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException) |
| void | deleteBoundVariable (in unsigned long index) |
| MathMLBvarElement | removeBoundVariable (in unsigned long index) |
Detailed Description
Definition at line 179 of file MathML_content_APISPEC.idl.
Member Data Documentation
| readonly attribute boolean mathml_dom::MathMLSetElement::isExplicit |
Definition at line 181 of file MathML_content_APISPEC.idl.
| attribute dom::DOMString mathml_dom::MathMLSetElement::type |
Definition at line 182 of file MathML_content_APISPEC.idl.

Public Attributes inherited from 