1Biber::Annotation(3) User Contributed Perl Documentation Biber::Annotation(3)
2
3
4
6 Biber::Entry::Annotation
7
8 set_annotation
9 Record an annotation for a scope and citekey
10
11 get_annotation_names
12 Retrieve all annotation names for a citekey and field
13
14 get_annotations
15 Retrieve all annotations for a scope and citekey
16
17 get_annotation
18 Retrieve an specific annotation for a scope, citekey and name
19
20 is_literal_annotation
21 Check if an annotation is a literal annotation
22
23 is_annotated_field
24 Returns boolean to say if a field is annotated
25
26 get_field_annotation
27 Retrieve 'field' scope annotation for a field. There will only be one.
28
29 get_annotated_fields
30 Retrieve all annotated fields for a particular scope for a key
31
32 get_annotated_items
33 Retrieve the itemcounts for a particular scope, key, field and nam3
34
35 get_annotated_parts
36 Retrieve the parts for a particular scope, key, field, name and itemcount
37
38 dump
39 Dump config information (for debugging)
40
42 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
43 kime.org.uk>"
44
46 Please report any bugs or feature requests on our Github tracker at
47 <https://github.com/plk/biber/issues>.
48
50 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
51 reserved.
52
53 This module is free software. You can redistribute it and/or modify it
54 under the terms of the Artistic License 2.0.
55
56 This program is distributed in the hope that it will be useful, but
57 without any warranty; without even the implied warranty of
58 merchantability or fitness for a particular purpose.
59
60
61
62perl v5.30.0 2019-11-17 Biber::Annotation(3)