mathml_dom::MathMLIntervalElement Interface Reference

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

Public Attributes

attribute dom::DOMString closure
attribute MathMLContentElement start
attribute MathMLContentElement end

Additional Inherited Members

- Public Member Functions inherited from dom::Element
DOMString getAttribute (in DOMString name)
void setAttribute (in DOMString name, in DOMString value) raises (DOMException)
void removeAttribute (in DOMString name) raises (DOMException)
Attr getAttributeNode (in DOMString name)
Attr setAttributeNode (in Attr newAttr) raises (DOMException)
Attr removeAttributeNode (in Attr oldAttr) raises (DOMException)
NodeList getElementsByTagName (in DOMString name)
DOMString getAttributeNS (in DOMString namespaceURI, in DOMString localName)
void setAttributeNS (in DOMString namespaceURI, in DOMString qualifiedName, in DOMString value) raises (DOMException)
void removeAttributeNS (in DOMString namespaceURI, in DOMString localName) raises (DOMException)
Attr getAttributeNodeNS (in DOMString namespaceURI, in DOMString localName)
Attr setAttributeNodeNS (in Attr newAttr) raises (DOMException)
NodeList getElementsByTagNameNS (in DOMString namespaceURI, in DOMString localName)
boolean hasAttribute (in DOMString name)
boolean hasAttributeNS (in DOMString namespaceURI, in DOMString localName)

Detailed Description

Definition at line 212 of file MathML_content_APISPEC.idl.

Member Data Documentation

attribute dom::DOMString mathml_dom::MathMLIntervalElement::closure

Definition at line 214 of file MathML_content_APISPEC.idl.

attribute MathMLContentElement mathml_dom::MathMLIntervalElement::end

Definition at line 216 of file MathML_content_APISPEC.idl.

attribute MathMLContentElement mathml_dom::MathMLIntervalElement::start

Definition at line 215 of file MathML_content_APISPEC.idl.