NAME
EBook::EPUB::Lite::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.
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.