MathElementFactory sealed class MathElementFactory : IElementFactory<MathElement> Provides string to MathElement instance creation mappings. Documentation Code public MathElementFactory() public MathElement Create(Document document, string localName, string prefix = null) Returns a specialized MathMLElement instance for the given tag.