Namespace encapsulating classes that handle epub publications.
Classes
| Class | Description | |
|---|---|---|
| container |
Models the container of an epub publication.
| |
| epub |
Models an epub ebook.
| |
| manifest |
Models the Open Packaging Format manifest.
The manifest identifies all of the files packaged into .epub publication.
| |
| manifestitem |
Wrapper for an item node in the manifest of an epub publication. The class gives
easy access to the attributes of each manifest item.
| |
| metadata |
Models the Open Packaging Format metadata contained in the package of an epub publication.
| |
| ncx |
Models an NCX document. The NCX provides a way to navigate the epub publication
at the level of individual content documents. It includes general publication
details (author and title) and a navigation map. The map holds the textual
description of each content document and provides a link to the physical file
via the src attribute.
| |
| package |
Models the Open Packaging Format package concept.
| |
| publication | ||
| spine | ||
| utilities |
Summary description for Utilities
| |
| ZipFileHandler |
Enumerations
| Enumeration | Description | |
|---|---|---|
| utilities..::.MetadataItem |