writer2latex.bibtex

Class Converter

Implemented Interfaces:
Converter

public final class Converter
extends ConverterBase

BibTeX export

This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.

Field Summary

Fields inherited from class writer2latex.base.ConverterBase

convertData, graphicConverter, imageLoader, metaData, odDoc, ofr, sTargetFileName

Constructor Summary

Converter()

Method Summary

void
convertInner()
Convert the data passed into the InputStream into BibTeX format.
Config
getConfig()

Methods inherited from class writer2latex.base.ConverterBase

addDocument, convert, convert, convertInner, getEmbeddedObject, getImageLoader, getMetaData, readTemplate, readTemplate, setGraphicConverter

Constructor Details

Converter

public Converter()

Method Details

convertInner

public void convertInner()
            throws IOException
Convert the data passed into the InputStream into BibTeX format.
Overrides:
convertInner in interface ConverterBase

getConfig

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