public final class MathConverterFactoryImpl extends Object implements MathConverterFactory
This class is thread-safe.
Constructor and Description |
---|
MathConverterFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MathConverter |
createMathConverter(Element oMath)
Returns a math converter allowing to convert specified
OpenXML math element.
|
public MathConverter createMathConverter(Element oMath) throws Exception
MathConverterFactory
createMathConverter
in interface MathConverterFactory
oMath
- a m:oMathPara
or m:oMath
element
to be convertednull
if there is no such converterException
- if for any reason this method fails