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

Collaboration diagram for mathml_dom::MathMLCiElement:

Public Attributes | |
| attribute dom::DOMString | type |
Public Attributes inherited from mathml_dom::MathMLContentToken | |
| readonly attribute MathMLNodeList | arguments |
| attribute dom::DOMString | definitionURL |
| attribute dom::DOMString | encoding |
Additional Inherited Members | |
Public Member Functions inherited from mathml_dom::MathMLContentToken | |
| dom::Node | getArgument (in unsigned long index) |
| dom::Node | insertArgument (in dom::Node newArgument, in unsigned long index) |
| dom::Node | setArgument (in dom::Node newArgument, in unsigned long index) |
| void | deleteArgument (in unsigned long index) |
| dom::Node | removeArgument (in unsigned long index) |
Detailed Description
Definition at line 123 of file MathML_content_APISPEC.idl.
Member Data Documentation
| attribute dom::DOMString mathml_dom::MathMLCiElement::type |
Definition at line 125 of file MathML_content_APISPEC.idl.

Public Attributes inherited from