Class BibTeXReader
java.lang.Object
org.openoffice.da.comp.writer2latex.BibTeXReader
The class reads the contents of a BibTeX file and makes it available as a map
of ODF
BibMark objects-
Constructor Summary
ConstructorsConstructorDescriptionBibTeXReader(File file, String sEncoding) Construct a newBibTeXReaderbased on a file -
Method Summary
-
Constructor Details
-
BibTeXReader
Construct a newBibTeXReaderbased on a file- Parameters:
file- the file to readsEncoding- the character encoding of the file- Throws:
IOException- if any error occurs reading the fileorg.jbibtex.ParseException- if any error occurs interpreting the contents of the file
-
-
Method Details
-
reload
Parse the contents of the file, replacing any previous entries in thisBibTeXReader- Throws:
IOExceptionorg.jbibtex.ParseException
-
getFile
Get the file associated with thisBibTeXReader- Returns:
- the file
-
getEntries
Get the entries of this BibTeX file- Returns:
- the entries
-