'Declaration Public Overloads Function FromMathML( _ ByVal mathML As System.Xml.XmlReader, _ ByVal to As OMathElement _ ) As ContentObject()
public ContentObject[] FromMathML( System.Xml.XmlReader mathML, OMathElement to )
Parameters
- mathML
- The source System.Xml.XmlReader containing the MathML content to convert.
- to
- The target OMathElement where to add the converted content.
Return Value
The array of created ContentObjects.