Detailed Description

MathML. Note that the ordinary HTML node system loads the actual nodes of the MathML.

Public Member Functions

 Math (ReflowDocument hostDocument)
 Creates a new blank MathML. More...
 
 Math (string xml)
 Loads MathML from the given XML string. More...
 
MathElement getElementById (string id)
 Gets an element with the given ID. More...
 

Public Attributes

ReflowDocument document
 The internal document for this MathML. You can use all the ordinary DOM commands on this. More...
 

Properties

string title [get, set]
 The title of this MathML document. More...
 
string innerMML [get, set]
 Gets or sets the innerMML of this document. More...
 
string innerML [get, set]
 The innerML of this MathML. More...
 

Constructor & Destructor Documentation

MathML.Math.Math ( ReflowDocument  hostDocument)
inline

Creates a new blank MathML.

MathML.Math.Math ( string  xml)
inline

Loads MathML from the given XML string.

Member Function Documentation

MathElement MathML.Math.getElementById ( string  id)
inline

Gets an element with the given ID.

Member Data Documentation

ReflowDocument MathML.Math.document

The internal document for this MathML. You can use all the ordinary DOM commands on this.

Property Documentation

string MathML.Math.innerML
getset

The innerML of this MathML.

string MathML.Math.innerMML
getset

Gets or sets the innerMML of this document.

string MathML.Math.title
getset

The title of this MathML document.