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

NAME

EBook::EPUB::Manifest::Item

SYNOPSIS

Item for <manifest> element of OPF file. Each describes a document, an image file, a style sheet, or other component that is considered part of the publication

SUBROUTINES/METHODS

new(%opts)

%opts is an anonymous hash that might containe followig keys:

    id 
    href 
    media_type 
encode($xmlwriter)

Encode object to XML form using XML::Writer instance

id([$id])

Get/set ID of OPS Content Document to which item refers

href([$href])

Get/set URI of OPS Content Document to which item refers

media_type([$media_type])

Get/set item’s MIME media type.

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 82:

Non-ASCII character seen before =encoding in 'item’s'. Assuming UTF-8