java.lang.Object
omix.mathxp.io.MathMLWriter
public class MathMLWriter extends Object
-
Constructor Summary
Constructors Constructor Description MathMLWriter(Document doc, MathSymbolWriterInterface mathSymbolWriter, UnitWriterInterface unitWriter, Map<ReferenceInterface,String> references)
-
Method Summary
Modifier and Type Method Description Element
writeMath(List<MathExpression> expressions)
Element
writeMath(MathExpression expression)
Element
writeMathContent(MathExpression expression)
-
Constructor Details
-
MathMLWriter
public MathMLWriter(Document doc, MathSymbolWriterInterface mathSymbolWriter, UnitWriterInterface unitWriter, Map<ReferenceInterface,String> references)
-
-
Method Details