1Biber::Output::bblxml(3U)ser Contributed Perl DocumentatiBoinber::Output::bblxml(3)
2
3
4
6 Biber::Output::bblxml - class for Biber output of .bbl in XML format
7
8 new
9 Initialize a Biber::Output::bbxml object
10
11 set_output_target_file
12 Set the output target file of a Biber::Output::bblxml object
13 A convenience around set_output_target so we can keep track of the
14 filename
15
16 set_output_entry
17 Set the .bblxml output for an entry. This is the meat of
18 the .bbl output
19
20 output
21 BBL output method - this takes care to output entries in the explicit order
22 derived from the virtual order of the citekeys after sortkey sorting.
23
24 create_output_section
25 Create the output from the sections data and push it into the
26 output object.
27
29 Francois Charette, "<firmicus at ankabut.net>" Philip Kime "<philip at
30 kime.org.uk>"
31
33 Please report any bugs or feature requests on our Github tracker at
34 <https://github.com/plk/biber/issues>.
35
37 Copyright 2009-2018 Francois Charette and Philip Kime, all rights
38 reserved.
39
40 This module is free software. You can redistribute it and/or modify it
41 under the terms of the Artistic License 2.0.
42
43 This program is distributed in the hope that it will be useful, but
44 without any warranty; without even the implied warranty of
45 merchantability or fitness for a particular purpose.
46
47
48
49perl v5.30.1 2020-01-28 Biber::Output::bblxml(3)