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

Collaboration diagram for mathml_dom::MathMLContentToken:

Public Member Functions | |
| 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) |
Public Attributes | |
| readonly attribute MathMLNodeList | arguments |
| attribute dom::DOMString | definitionURL |
| attribute dom::DOMString | encoding |
Detailed Description
Definition at line 101 of file MathML_content_APISPEC.idl.
Member Function Documentation
| void mathml_dom::MathMLContentToken::deleteArgument | ( | in unsigned long | index | ) |
| dom::Node mathml_dom::MathMLContentToken::getArgument | ( | in unsigned long | index | ) |
| dom::Node mathml_dom::MathMLContentToken::insertArgument | ( | in dom::Node | newArgument, |
| in unsigned long | index | ||
| ) |
| dom::Node mathml_dom::MathMLContentToken::removeArgument | ( | in unsigned long | index | ) |
| dom::Node mathml_dom::MathMLContentToken::setArgument | ( | in dom::Node | newArgument, |
| in unsigned long | index | ||
| ) |
Member Data Documentation
| readonly attribute MathMLNodeList mathml_dom::MathMLContentToken::arguments |
Definition at line 103 of file MathML_content_APISPEC.idl.
| attribute dom::DOMString mathml_dom::MathMLContentToken::definitionURL |
Definition at line 104 of file MathML_content_APISPEC.idl.
| attribute dom::DOMString mathml_dom::MathMLContentToken::encoding |
Definition at line 105 of file MathML_content_APISPEC.idl.
