1EBook::EPUB::Manifest(3U)ser Contributed Perl DocumentatiEoBnook::EPUB::Manifest(3)
2
3
4

NAME

6       EBook::EPUB::Manifest
7

SYNOPSIS

9       Class that represents manifest element of OPF document
10

DESCRIPTION

12       The required manifest provides a list of all the files that are part of
13       the publication (e.g. Content Documents, style sheets, image files, any
14       embedded font files, any included schemas).
15

SUBROUTINES/METHODS

17       add_item(%opts)
18           Add refrence to an OPS Content Document that is a part of
19           publication. %opts is an anonymous hash, for possible key values
20           see EBook::EPUB::Manifest::Item
21
22       all_items()
23           Returns array of EBook::EPUB::Manifest::Item objects, current
24           content of manifest element
25
26       encode($xmlwriter)
27           Encode object to XML form using XML::Writer instance
28
29       new()
30           Create new object
31

AUTHOR

33       Oleksandr Tymoshenko, <gonzo@bluezbox.com>
34

BUGS

36       Please report any bugs or feature requests to  <gonzo@bluezbox.com>
37
39       Copyright 2009, 2010 Oleksandr Tymoshenko.
40
41       <http://bluezbox.com>
42
43       This module is free software; you can redistribute it and/or modify it
44       under the terms of the BSD license. See the LICENSE file included with
45       this distribution.
46
47
48
49perl v5.34.0                      2022-01-21          EBook::EPUB::Manifest(3)
Impressum