public class MathMLContentUtilities
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected EvalEngine |
fEvalEngine |
protected MathMLContentFormFactory |
fMathMLFactory |
Constructor and Description |
---|
MathMLContentUtilities(EvalEngine evalEngine,
boolean relaxedSyntax) |
Modifier and Type | Method and Description |
---|---|
void |
startRequest()
Assign the associated EvalEngine to the current thread.
|
void |
stopRequest()
Stop the current evaluation thread.
|
void |
toMathML(IExpr objectExpression,
java.io.Writer out)
Converts the objectExpression into a MathML expression and writes the
result to the given
Writer |
void |
toMathML(java.lang.String inputExpression,
java.io.Writer out)
Converts the inputExpression string into a MathML expression and writes
the result to the given
Writer |
protected EvalEngine fEvalEngine
protected MathMLContentFormFactory fMathMLFactory
public MathMLContentUtilities(EvalEngine evalEngine, boolean relaxedSyntax)
public void toMathML(java.lang.String inputExpression, java.io.Writer out)
Writer
inputExpression
- out
- public void toMathML(IExpr objectExpression, java.io.Writer out)
Writer
objectExpression
- out
- public void startRequest()
public void stopRequest()