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

Collaboration diagram for mathml_dom::MathMLMatrixElement:

Public Member Functions | |
| MathMLMatrixrowElement | getRow (in unsigned long index) raises (dom::DOMException) |
| MathMLMatrixrowElement | insertRow (in MathMLMatrixrowElement newRow, in unsigned long index) raises (dom::DOMException) |
| MathMLMatrixrowElement | setRow (in MathMLMatrixrowElement newRow, in unsigned long index) raises (dom::DOMException) |
| void | deleteRow (in unsigned long index) raises (dom::DOMException) |
| MathMLMatrixrowElement | removeRow (in unsigned long index) raises (dom::DOMException) |
Public Attributes | |
| readonly attribute unsigned long | nrows |
| readonly attribute unsigned long | ncols |
| readonly attribute MathMLNodeList | rows |
Detailed Description
Definition at line 254 of file MathML_content_APISPEC.idl.
Member Function Documentation
| void mathml_dom::MathMLMatrixElement::deleteRow | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLMatrixrowElement mathml_dom::MathMLMatrixElement::getRow | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLMatrixrowElement mathml_dom::MathMLMatrixElement::insertRow | ( | in MathMLMatrixrowElement | newRow, |
| in unsigned long | index | ||
| ) | raises (dom::DOMException) |
| MathMLMatrixrowElement mathml_dom::MathMLMatrixElement::removeRow | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLMatrixrowElement mathml_dom::MathMLMatrixElement::setRow | ( | in MathMLMatrixrowElement | newRow, |
| in unsigned long | index | ||
| ) | raises (dom::DOMException) |
Member Data Documentation
| readonly attribute unsigned long mathml_dom::MathMLMatrixElement::ncols |
Definition at line 257 of file MathML_content_APISPEC.idl.
| readonly attribute unsigned long mathml_dom::MathMLMatrixElement::nrows |
Definition at line 256 of file MathML_content_APISPEC.idl.
| readonly attribute MathMLNodeList mathml_dom::MathMLMatrixElement::rows |
Definition at line 258 of file MathML_content_APISPEC.idl.
