public interface VariableWrapper
| Modifier and Type | Method and Description |
|---|---|
String |
wrap(VariableWrapperParams params,
String prePunct,
String str,
String postPunct)
This method will be called by the citation processor when an item in a
citation or bibliography is about to be rendered.
|
String wrap(VariableWrapperParams params, String prePunct, String str, String postPunct)
prePunct + str + postPunct.params - a number of parameters that specify the context in which
rendering happens, the citation item that is currently being rendered,
and additional information.prePunct - the text that precedes the item to renderstr - the item to renderpostPunct - the text that follows the item to render