table of contents
Biber::Entry::Name(3pm) | User Contributed Perl Documentation | Biber::Entry::Name(3pm) |
NAME¶
Biber::Entry::Name - Biber::Entry::Name objects
new¶
Initialise a Biber::Entry::Name object, optionally with key=>value arguments.
notnull¶
Test for an empty object
was_stripped¶
Return boolean to tell if the passed field had braces stripped from the original
get_xdata¶
Get any xdata reference information for a name
get_nameparts¶
Get nameparts for a name
get_hash_namepart¶
Get a namepart determined by a namehashtemplate
get_hashid¶
Get a hashid by passed name
get_namepart¶
Get a namepart by passed name
set_namepart¶
Set a namepart by passed name
get_namepart_initial¶
Get a namepart initial by passed name
set_namepart_initial¶
Set a namepart initial by passed name
name_to_biblatexml {¶
Create biblatexml data for a name
name_part_to_bltxml¶
Return BibLaTeXML data for a name
name_to_bibjson {¶
Create bibjson data for a name
name_part_to_bibjson¶
Return bibjson data for a name
name_to_bbl¶
Return bbl data for a name
name_to_bblxml¶
Return bblxml data for a name
name_to_bibtex¶
Return standard bibtex data format for name
name_to_xname¶
Return extended bibtex data format for name
dump¶
Dump Biber::Entry::Name object
AUTHORS¶
Philip Kime "<philip at kime.org.uk>"
BUGS¶
Please report any bugs or feature requests on our Github tracker at <https://github.com/plk/biber/issues>.
COPYRIGHT & LICENSE¶
Copyright 2009-2012 François Charette and Philip Kime, all rights reserved. Copyright 2012-2024 Philip Kime, all rights reserved.
This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
2024-05-26 | perl v5.38.2 |