MathMLElement public class MathMLElement : Element Represents an element of the MathML DOM. Documentation Code public MathMLElement() Creates a new MathML element. public static MathMLElement Factory(string tagName) Returns a specialized MathMLElement instance for the given tag name.