java.lang.Object
omix.mathxp.io.MathMLReader
public class MathMLReader extends Object
-
Constructor Summary
Constructors Constructor Description MathMLReader()
MathMLReader(MathSymbolReaderInterface mathReferenceReader, UnitReaderInterface unitReader, Map<String,ReferenceInterface> references)
-
Method Summary
Modifier and Type Method Description MathExpression
readMathElement(Element mathContent, String mathPrefix)
MathExpression
readMathExpression(Element math)
List<MathExpression>
readMathExpressions(Element math)
-
Constructor Details
-
MathMLReader
public MathMLReader() -
MathMLReader
public MathMLReader(MathSymbolReaderInterface mathReferenceReader, UnitReaderInterface unitReader, Map<String,ReferenceInterface> references)
-
-
Method Details
-
readMathExpression
- Throws:
MathMLException
-
readMathExpressions
- Throws:
MathMLException
-
readMathElement
public MathExpression readMathElement(Element mathContent, String mathPrefix) throws MathMLException- Throws:
MathMLException
-