Package de.undercouch.citeproc
Interface AbbreviationProvider
-
- All Known Implementing Classes:
DefaultAbbreviationProvider
public interface AbbreviationProviderRetrieves abbreviations for titles, authorities, institution names, etc.- Author:
- Michel Kraemer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAbbreviation(String variable, String original, CSLItemData item)Retrieves an abbreviation for a given variable
-
-
-
Method Detail
-
getAbbreviation
String getAbbreviation(String variable, String original, CSLItemData item)
Retrieves an abbreviation for a given variable- Parameters:
variable- the name of the variableoriginal- the original (unabbreviated) stringitem- the current CSL item data- Returns:
- the abbreviated string or
nullif the original string should not be abbreviated
-
-