Package org.faceless.publisher.ext
Class ContentMathMLExtension
java.lang.Object
org.faceless.publisher.ext.ContentMathMLExtension
- All Implemented Interfaces:
ReportFactoryExtension
A ReportFactoryExtension which will convert any content MathML to presentation MathML,
allowing it to be rendered.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.faceless.publisher.ext.ReportFactoryExtension
configure, load, register, register, unregister, unregister
-
Constructor Details
-
ContentMathMLExtension
public ContentMathMLExtension()Create a new ContentMathMLContentHandler
-