1EBook::EPUB::Manifest::UIsteerm(C3o)ntributed Perl DocumEeBnotoakt:i:oEnPUB::Manifest::Item(3)
2
3
4
6 EBook::EPUB::Manifest::Item
7
9 Item for <manifest> element of OPF file. Each describes a document, an
10 image file, a style sheet, or other component that is considered part
11 of the publication
12
14 new(%opts)
15 %opts is an anonymous hash that might containe followig keys:
16
17 id
18 href
19 media_type
20
21 encode($xmlwriter)
22 Encode object to XML form using XML::Writer instance
23
24 id([$id])
25 Get/set ID of OPS Content Document to which item refers
26
27 href([$href])
28 Get/set URI of OPS Content Document to which item refers
29
30 media_type([$media_type])
31 Get/set itemaXXs MIME media type.
32
34 Oleksandr Tymoshenko, <gonzo@bluezbox.com>
35
37 Please report any bugs or feature requests to <gonzo@bluezbox.com>
38
40 Copyright 2009, 2010 Oleksandr Tymoshenko.
41
42 <http://bluezbox.com>
43
44 This module is free software; you can redistribute it and/or modify it
45 under the terms of the BSD license. See the LICENSE file included with
46 this distribution.
47
48
49
50perl v5.12.1 2010-01-21 EBook::EPUB::Manifest::Item(3)