public interface MathConverterFactory
A unique instance of the implementation of this interface is used by all threads. Therefore the implementation of this interface must be thread-safe.
Modifier and Type | Method and Description |
---|---|
MathConverter |
createMathConverter(Element oMath)
Returns a math converter allowing to convert specified
OpenXML math element.
|
MathConverter createMathConverter(Element oMath) throws Exception
oMath
- a m:oMathPara
or m:oMath
element
to be convertednull
if there is no such converterException
- if for any reason this method fails