|
XPSEDAPI
|


Public Member Functions | |
| MathMLCaseElement | getCase (in unsigned long index) |
| MathMLCaseElement | setCase (in unsigned long index, in MathMLCaseElement caseEl) raises (dom::DOMException) |
| void | deleteCase (in unsigned long index) raises (dom::DOMException) |
| MathMLCaseElement | removeCase (in unsigned long index) raises (dom::DOMException) |
| MathMLCaseElement | insertCase (in unsigned long index, in MathMLCaseElement newCase) raises (dom::DOMException) |
| MathMLContentElement | getCaseValue (in unsigned long index) raises (dom::DOMException) |
| MathMLContentElement | setCaseValue (in unsigned long index, in MathMLContentElement value) raises (dom::DOMException) |
| MathMLContentElement | getCaseCondition (in unsigned long index) raises (dom::DOMException) |
| MathMLContentElement | setCaseCondition (in unsigned long index, in MathMLContentElement condition) raises (dom::DOMException) |
Public Attributes | |
| readonly attribute MathMLNodeList | pieces |
| attribute MathMLContentElement | otherwise |
Definition at line 292 of file MathML_content_APISPEC.idl.
| void mathml_dom::MathMLPiecewiseElement::deleteCase | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLCaseElement mathml_dom::MathMLPiecewiseElement::getCase | ( | in unsigned long | index | ) |
| MathMLContentElement mathml_dom::MathMLPiecewiseElement::getCaseCondition | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLContentElement mathml_dom::MathMLPiecewiseElement::getCaseValue | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLCaseElement mathml_dom::MathMLPiecewiseElement::insertCase | ( | in unsigned long | index, |
| in MathMLCaseElement | newCase | ||
| ) | raises (dom::DOMException) |
| MathMLCaseElement mathml_dom::MathMLPiecewiseElement::removeCase | ( | in unsigned long | index | ) | raises (dom::DOMException) |
| MathMLCaseElement mathml_dom::MathMLPiecewiseElement::setCase | ( | in unsigned long | index, |
| in MathMLCaseElement | caseEl | ||
| ) | raises (dom::DOMException) |
| MathMLContentElement mathml_dom::MathMLPiecewiseElement::setCaseCondition | ( | in unsigned long | index, |
| in MathMLContentElement | condition | ||
| ) | raises (dom::DOMException) |
| MathMLContentElement mathml_dom::MathMLPiecewiseElement::setCaseValue | ( | in unsigned long | index, |
| in MathMLContentElement | value | ||
| ) | raises (dom::DOMException) |
| attribute MathMLContentElement mathml_dom::MathMLPiecewiseElement::otherwise |
Definition at line 295 of file MathML_content_APISPEC.idl.
| readonly attribute MathMLNodeList mathml_dom::MathMLPiecewiseElement::pieces |
Definition at line 294 of file MathML_content_APISPEC.idl.