public class MMLContentFunction extends AbstractConverter
fFactory
Constructor and Description |
---|
MMLContentFunction(MathMLContentFormFactory factory,
java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
boolean |
convert(java.lang.StringBuffer buf,
IAST f,
int precedence)
Converts a given function into the corresponding MathML output
|
getFactory, setFactory
public MMLContentFunction(MathMLContentFormFactory factory, java.lang.String functionName)
public boolean convert(java.lang.StringBuffer buf, IAST f, int precedence)
buf
- StringBuffer for MathML outputf
- The math function which should be converted to MathML