writer2latex.api
public class ConverterFactory extends Object
Method Summary | |
---|---|
static BatchConverter | createBatchConverter(String sMIME) Create a The only currently supported MIME type is |
static Converter | createConverter(String sMIME) Create a Currently supported MIME types are:
|
static StarMathConverter | createStarMathConverter() Create a StarMathConverter implementation
|
static String | getDate() Return date information |
static String | getVersion() Return version information |
Create a BatchConverter
implementation which supports
conversion into the specified MIME type
The only currently supported MIME type is text/html
(XHTML 1.0 strict)
Parameters: sMIME the MIME type of the target format
Returns: the required BatchConverter
or null if a converter
for the requested MIME type could not be created
Create a Converter
implementation which supports
conversion into the specified MIME type.
Currently supported MIME types are:
application/x-latex
for LaTeX formatapplication/x-bibtex
for BibTeX formattext/html
for XHTML 1.0 strict formatapplication/xhtml+xml
for XHTML+MathMLapplication/xml
for XHTML+MathML using stylesheets from w3c's
math working groupParameters: sMIME the MIME type of the target format
Returns: the required Converter
or null if a converter for
the requested MIME type could not be created
StarMathConverter
implementation
Returns: the converter
Returns: the release date for this Writer2LaTeX version
Returns: the Writer2LaTeX version in the form (major version).(minor version).(development version).(patch level)