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... | |
|
inline |
Creates a new blank MathML.
|
inline |
Loads MathML from the given XML string.
|
inline |
Gets an element with the given ID.
ReflowDocument MathML.Math.document |
The internal document for this MathML. You can use all the ordinary DOM commands on this.
|
getset |
The innerML of this MathML.
|
getset |
Gets or sets the innerMML of this document.
|
getset |
The title of this MathML document.