public interface MathSymbolReaderInterface
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description MathExpression
readFunction(Element element, List<MathExpression> parameters)
MathExpression
readReference(Element element)
-
Method Details
-
readReference
- Throws:
MathMLException
-
readFunction
MathExpression readFunction(Element element, List<MathExpression> parameters) throws MathMLException- Throws:
MathMLException
-