mathml_dom::MathMLContentContainer Interface Reference

mathml_dom::MathMLContentContainer Interface Reference
Inheritance diagram for mathml_dom::MathMLContentContainer:
Collaboration diagram for mathml_dom::MathMLContentContainer:

Public Member Functions

MathMLBvarElement getBoundVariable (in unsigned long index)
MathMLBvarElement insertBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException)
MathMLBvarElement setBoundVariable (in MathMLBvarElement newBVar, in unsigned long index) raises (dom::DOMException)
void deleteBoundVariable (in unsigned long index)
MathMLBvarElement removeBoundVariable (in unsigned long index)
- Public Member Functions inherited from mathml_dom::MathMLContainer
MathMLElement getArgument (in unsigned long index) raises (dom::DOMException)
MathMLElement setArgument (in MathMLElement newArgument, in unsigned long index) raises (dom::DOMException)
MathMLElement insertArgument (in MathMLElement newArgument, in unsigned long index) raises (dom::DOMException)
void deleteArgument (in unsigned long index) raises (dom::DOMException)
MathMLElement removeArgument (in unsigned long index) raises (dom::DOMException)
MathMLDeclareElement getDeclaration (in unsigned long index) raises (dom::DOMException)
MathMLDeclareElement setDeclaration (in MathMLDeclareElement newDeclaration, in unsigned long index) raises (dom::DOMException)
MathMLDeclareElement insertDeclaration (in MathMLDeclareElement newDeclaration, in unsigned long index) raises (dom::DOMException)
MathMLDeclareElement removeDeclaration (in unsigned long index) raises (dom::DOMException)
void deleteDeclaration (in unsigned long index) raises (dom::DOMException)
- Public Member Functions inherited from XPCOM::IObject
void add_ref ()
 Called to indicate that some code is keeping an owning reference to the object.
oneway void release_ref ()
 Removes a reference to an object which was created by some other means (e.g.
IObject query_interface (in utf8string id)
 Returns an IObject of the same implementation, which supports a specific interface.

Public Attributes

readonly attribute unsigned long nBoundVariables
attribute MathMLConditionElement condition
attribute MathMLElement opDegree
attribute MathMLElement domainOfApplication
attribute MathMLElement momentAbout
- Public Attributes inherited from mathml_dom::MathMLContainer
readonly attribute unsigned long nArguments
readonly attribute MathMLNodeList arguments
readonly attribute MathMLNodeList declarations
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

Definition at line 134 of file MathML_content_APISPEC.idl.

Member Function Documentation

void mathml_dom::MathMLContentContainer::deleteBoundVariable ( in unsigned long  index)
MathMLBvarElement mathml_dom::MathMLContentContainer::getBoundVariable ( in unsigned long  index)
MathMLBvarElement mathml_dom::MathMLContentContainer::insertBoundVariable ( in MathMLBvarElement  newBVar,
in unsigned long  index 
) raises (dom::DOMException)
MathMLBvarElement mathml_dom::MathMLContentContainer::removeBoundVariable ( in unsigned long  index)
MathMLBvarElement mathml_dom::MathMLContentContainer::setBoundVariable ( in MathMLBvarElement  newBVar,
in unsigned long  index 
) raises (dom::DOMException)

Member Data Documentation

attribute MathMLConditionElement mathml_dom::MathMLContentContainer::condition

Definition at line 137 of file MathML_content_APISPEC.idl.

attribute MathMLElement mathml_dom::MathMLContentContainer::domainOfApplication

Definition at line 141 of file MathML_content_APISPEC.idl.

attribute MathMLElement mathml_dom::MathMLContentContainer::momentAbout

Definition at line 143 of file MathML_content_APISPEC.idl.

readonly attribute unsigned long mathml_dom::MathMLContentContainer::nBoundVariables

Definition at line 136 of file MathML_content_APISPEC.idl.

attribute MathMLElement mathml_dom::MathMLContentContainer::opDegree

Definition at line 139 of file MathML_content_APISPEC.idl.