The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EBook::EPUB::Manifest

SYNOPSIS

Class that represents manifest element of OPF document

DESCRIPTION

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

SUBROUTINES/METHODS

add_item(%opts)

Add refrence to an OPS Content Document that is a part of publication. %opts is an anonymous hash, for possible key values see EBook::EPUB::Manifest::Item

all_items()

Returns array of EBook::EPUB::Manifest::Item objects, current content of manifest element

encode($xmlwriter)

Encode object to XML form using XML::Writer instance

new()

Create new object

AUTHOR

Oleksandr Tymoshenko, <gonzo@bluezbox.com>

BUGS

Please report any bugs or feature requests to <gonzo@bluezbox.com>

LICENSE AND COPYRIGHT

Copyright 2009, 2010 Oleksandr Tymoshenko.

http://bluezbox.com

This module is free software; you can redistribute it and/or modify it under the terms of the BSD license. See the LICENSE file included with this distribution.