NAME
EBook::EPUB::Spine
SYNOPSIS
Class that represents spine element of OPF document
DESCRIPTION
The spine element organizes the associated OPS Content Documents into the linear reading order of the publication.
SUBROUTINES/METHODS
- add_itemref(%opts)
-
Add reference an OPS Content Document designated in the manifest. %opts is an anonymous hash, for possible key values see EBook::EPUB::Spine::Itemref
- all_references()
-
Returns array of EBook::EPUB::Spine::Itemref objects, current content of spine 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.
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.