mathml_dom::MathMLCnElement Interface Reference

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

Public Attributes

attribute dom::DOMString type
attribute dom::DOMString base
readonly attribute unsigned long nargs
- Public Attributes inherited from mathml_dom::MathMLContentToken
readonly attribute MathMLNodeList arguments
attribute dom::DOMString definitionURL
attribute dom::DOMString encoding

Additional Inherited Members

- Public Member Functions inherited from mathml_dom::MathMLContentToken
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)

Detailed Description

Definition at line 115 of file MathML_content_APISPEC.idl.

Member Data Documentation

attribute dom::DOMString mathml_dom::MathMLCnElement::base

Definition at line 118 of file MathML_content_APISPEC.idl.

readonly attribute unsigned long mathml_dom::MathMLCnElement::nargs

Definition at line 119 of file MathML_content_APISPEC.idl.

attribute dom::DOMString mathml_dom::MathMLCnElement::type

Definition at line 117 of file MathML_content_APISPEC.idl.