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

Collaboration diagram for mathml_dom::MathMLMatrixrowElement:

Public Member Functions | |
MathMLContentElement | getEntry (in unsigned long index) raises (dom::DOMException) |
MathMLContentElement | insertEntry (in MathMLContentElement newEntry, in unsigned long index) raises (dom::DOMException) |
MathMLContentElement | setEntry (in MathMLContentElement newEntry, in unsigned long index) raises (dom::DOMException) |
void | deleteEntry (in unsigned long index) raises (dom::DOMException) |
MathMLContentElement | removeEntry (in unsigned long index) raises (dom::DOMException) |
Public Attributes | |
readonly attribute unsigned long | nEntries |
Detailed Description
Definition at line 274 of file MathML_content_APISPEC.idl.
Member Function Documentation
void mathml_dom::MathMLMatrixrowElement::deleteEntry | ( | in unsigned long | index | ) | raises (dom::DOMException) |
MathMLContentElement mathml_dom::MathMLMatrixrowElement::getEntry | ( | in unsigned long | index | ) | raises (dom::DOMException) |
MathMLContentElement mathml_dom::MathMLMatrixrowElement::insertEntry | ( | in MathMLContentElement | newEntry, |
in unsigned long | index | ||
) | raises (dom::DOMException) |
MathMLContentElement mathml_dom::MathMLMatrixrowElement::removeEntry | ( | in unsigned long | index | ) | raises (dom::DOMException) |
MathMLContentElement mathml_dom::MathMLMatrixrowElement::setEntry | ( | in MathMLContentElement | newEntry, |
in unsigned long | index | ||
) | raises (dom::DOMException) |
Member Data Documentation
readonly attribute unsigned long mathml_dom::MathMLMatrixrowElement::nEntries |
Definition at line 276 of file MathML_content_APISPEC.idl.