Package com.xmlmind.w2x.docx.math
Contains the interface implemented by OpenXML math to MathML converters.
Also contains a registry for math converters and
an implementation of this type of plug-in:
MathConverterFactoryImpl.-
Interface Summary Interface Description MathConverter Specifies the interface which must be implemented by a math converter created by anMathConverterFactory.MathConverterFactory Factory used to create math converters. -
Class Summary Class Description MathConverterFactories The registry of allmath converter factoriesused by W2X.MathConverterFactoryImpl Math converter factory leveraging XSLT stylesheetomml2mml.xsl(a resource of this class) to convert OpenXML math element to MathML.