| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Codec.Epub.Data.Manifest
Description
Data types for working with the metadata of epub documents
This contains the manifest information from an epub document.
Synopsis
- newtype Manifest = Manifest [ManifestItem]
- data ManifestItem = ManifestItem {
- mfiId :: MFItemId
- mfiHref :: MFItemHref
- mfiMediaType :: MFItemMediaType
Documentation
Constructors
| Manifest [ManifestItem] |
Instances
| Eq Manifest # | |
| Show Manifest # | |
| Formattable Manifest # | |
Defined in Codec.Epub.Format | |
data ManifestItem #
package/manifest/item tag
Constructors
| ManifestItem | |
Fields
| |
Instances
| Eq ManifestItem # | |
Defined in Codec.Epub.Data.Manifest | |
| Show ManifestItem # | |
Defined in Codec.Epub.Data.Manifest Methods showsPrec :: Int -> ManifestItem -> ShowS # show :: ManifestItem -> String # showList :: [ManifestItem] -> ShowS # | |