epub-metadata-4.3: Library for parsing epub document metadata

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Epub.Data.Spine

Description

Data types for working with the metadata of epub documents

The spine represents a default ordering of items in the manifest.

Synopsis

Documentation

data Spine Source

package/spine tag

Constructors

Spine 

Fields

spineToc :: MFItemId

toc attribute. Must reference the NCX in the manifest

spineItemrefs :: [SpineItemref]

at least one required

data SpineItemref Source

package/spine/itemref tag

Constructors

SpineItemref 

Fields

siIdRef :: MFItemId

idref attribute. Must reference an item in the manifest

siLinear :: Maybe Bool

linear attribute