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 Philip Kime "<philip at kime.org.uk>"
30
32 Please report any bugs or feature requests on our Github tracker at
33 <https://github.com/plk/biber/issues>.
34
36 Copyright 2012-2019 Philip Kime, all rights reserved.
37
38 This module is free software. You can redistribute it and/or modify it
39 under the terms of the Artistic License 2.0.
40
41 This program is distributed in the hope that it will be useful, but
42 without any warranty; without even the implied warranty of
43 merchantability or fitness for a particular purpose.
44
45
46
47perl v5.32.0 2020-07-27 Biber::Output::bblxml(3)