1Biber::Entry::Name(3) User Contributed Perl DocumentationBiber::Entry::Name(3)
2
3
4
6 Biber::Entry::Name - Biber::Entry::Name objects
7
8 new
9 Initialise a Biber::Entry::Name object, optionally with key=>value arguments.
10
11 TO_JSON
12 Serialiser for JSON::XS::encode
13
14 notnull
15 Test for an empty object
16
17 was_stripped
18 Return boolean to tell if the passed field had braces stripped from the original
19
20 get_nameparts
21 Get nameparts for a name
22
23 get_xdata
24 Get any xdata reference information for a name
25
26 get_namepart
27 Get a namepart by passed name
28
29 set_namepart
30 Set a namepart by passed name
31
32 get_namepart_initial
33 Get a namepart initial by passed name
34
35 set_namepart_initial
36 Set a namepart initial by passed name
37
38 name_to_biblatexml {
39 Create biblatexml data for a name
40
41 name_part_to_bltxml
42 Return BibLaTeXML data for a name
43
44 name_to_bbl
45 Return bbl data for a name
46
47 name_to_bblxml
48 Return bblxml data for a name
49
50 name_to_bibtex
51 Return standard bibtex data format for name
52
53 name_to_xname
54 Return extended bibtex data format for name
55
56 dump
57 Dump Biber::Entry::Name object
58
60 Philip Kime "<philip at kime.org.uk>"
61
63 Please report any bugs or feature requests on our Github tracker at
64 <https://github.com/plk/biber/issues>.
65
67 Copyright 2009-2012 François Charette and Philip Kime, all rights
68 reserved. Copyright 2012-2022 Philip Kime, all rights reserved.
69
70 This module is free software. You can redistribute it and/or modify it
71 under the terms of the Artistic License 2.0.
72
73 This program is distributed in the hope that it will be useful, but
74 without any warranty; without even the implied warranty of
75 merchantability or fitness for a particular purpose.
76
77
78
79perl v5.36.0 2023-01-18 Biber::Entry::Name(3)