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 copy_annotations
12 Copy all annotations from one entry to another
13
14 get_annotation_names
15 Retrieve all annotation names for a citekey and field
16
17 get_annotations
18 Retrieve all annotations for a scope and citekey
19
20 get_annotation
21 Retrieve an specific annotation for a scope, citekey and name
22
23 is_literal_annotation
24 Check if an annotation is a literal annotation
25
26 is_annotated_field
27 Returns boolean to say if a field is annotated
28
29 get_field_annotation
30 Retrieve 'field' scope annotation for a field. There will only be one.
31
32 get_annotated_fields
33 Retrieve all annotated fields for a particular scope for a key
34
35 get_annotated_items
36 Retrieve the itemcounts for a particular scope, key, field and nam3
37
38 get_annotated_parts
39 Retrieve the parts for a particular scope, key, field, name and itemcount
40
41 dump
42 Dump config information (for debugging)
43
45 Philip Kime "<philip at kime.org.uk>"
46
48 Please report any bugs or feature requests on our Github tracker at
49 <https://github.com/plk/biber/issues>.
50
52 Copyright 2012-2019 Philip Kime, all rights reserved.
53
54 This module is free software. You can redistribute it and/or modify it
55 under the terms of the Artistic License 2.0.
56
57 This program is distributed in the hope that it will be useful, but
58 without any warranty; without even the implied warranty of
59 merchantability or fitness for a particular purpose.
60
61
62
63perl v5.32.1 2021-05-18 Biber::Annotation(3)