1EBook::EPUB::Spine(3) User Contributed Perl DocumentationEBook::EPUB::Spine(3)
2
3
4
6 EBook::EPUB::Spine
7
9 Class that represents spine element of OPF document
10
12 The spine element organizes the associated OPS Content Documents into
13 the linear reading order of the publication.
14
16 add_itemref(%opts)
17 Add reference an OPS Content Document designated in the manifest.
18 %opts is an anonymous hash, for possible key values see
19 EBook::EPUB::Spine::Itemref
20
21 all_references()
22 Returns array of EBook::EPUB::Spine::Itemref objects, current
23 content of spine element
24
25 encode($xmlwriter)
26 Encode object to XML form using XML::Writer instance
27
28 new()
29 Create new object
30
32 Oleksandr Tymoshenko, <gonzo@bluezbox.com>
33
35 Please report any bugs or feature requests to <gonzo@bluezbox.com>
36
38 Copyright 2009, 2010 Oleksandr Tymoshenko.
39
40 <http://bluezbox.com>
41
42 This module is free software; you can redistribute it and/or modify it
43 under the terms of the BSD license. See the LICENSE file included with
44 this distribution.
45
46
47
48perl v5.28.0 2010-10-06 EBook::EPUB::Spine(3)