|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.util.ConverterBase
writer2latex.bibtex.Converter
public final class Converter
BibTeX export
This class extracts bibliographic information from an OpenDocument text file to a BibTeX data file.
Field Summary |
---|
Fields inherited from class writer2latex.util.ConverterBase |
---|
config, convertData, graphicConverter, imageLoader, metaData, odDoc, ofr, sTargetFileName |
Constructor Summary | |
---|---|
Converter()
|
Method Summary | |
---|---|
void |
convertInner()
Convert the data passed into the InputStream
into BibTeX format. |
Methods inherited from class writer2latex.util.ConverterBase |
---|
addDocument, convert, getEmbeddedObject, getImageLoader, getMetaData, readTemplate, setConfig, setGraphicConverter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Converter()
Method Detail |
---|
public void convertInner() throws java.io.IOException
Convert the data passed into the InputStream
into BibTeX format.
convertInner
in class ConverterBase
java.io.IOException
- If any I/O error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |