public class BibTeXItemDataProvider extends ListItemDataProvider
items| Constructor and Description |
|---|
BibTeXItemDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDatabase(org.jbibtex.BibTeXDatabase db)
Adds the given database
|
void |
registerCitationItems(CSL citeproc)
Introduces all citation items from the BibTeX databases added
via
addDatabase(BibTeXDatabase) to the given CSL processor |
getIds, retrieveItempublic void addDatabase(org.jbibtex.BibTeXDatabase db)
db - the database to addpublic void registerCitationItems(CSL citeproc)
addDatabase(BibTeXDatabase) to the given CSL processorciteproc - the CSL processorCSL.registerCitationItems(String[])