writer2latex.xhtml

Class BatchConverterImpl

Implemented Interfaces:
BatchConverter

public class BatchConverterImpl
extends BatchConverterBase

Implementation of writer2latex.api.BatchConverter for xhtml 1.0 strict

Constructor Summary

BatchConverterImpl()

Method Summary

OutputFile
createIndexFile(String sHeading, IndexPageEntry[] entries)
Config
getConfig()
protected String
getIndexFileName()
void
readTemplate(File file)
void
readTemplate(InputStream is)

Methods inherited from class writer2latex.base.BatchConverterBase

convert, getIndexFileName, setConverter

Constructor Details

BatchConverterImpl

public BatchConverterImpl()

Method Details

createIndexFile

public OutputFile createIndexFile(String sHeading,
                                  IndexPageEntry[] entries)
Specified by:
createIndexFile in interface BatchConverter

getConfig

public Config getConfig()
Specified by:
getConfig in interface BatchConverter

getIndexFileName

protected String getIndexFileName()
Overrides:
getIndexFileName in interface BatchConverterBase

readTemplate

public void readTemplate(File file)
            throws IOException
Specified by:
readTemplate in interface BatchConverter

readTemplate

public void readTemplate(InputStream is)
            throws IOException
Specified by:
readTemplate in interface BatchConverter