#include "ie_exp_EPUB_EPUB3Writer.h"#include "ap_Dialog_EpubExportOptions.h"#include <string>#include <vector>#include <algorithm>#include <gsf/gsf-output-stdio.h>#include <gsf/gsf-outfile.h>#include <gsf/gsf-outfile-zip.h>#include <gsf/gsf-output.h>#include <gsf/gsf-libxml.h>#include <gsf/gsf-infile-stdio.h>#include <gsf/gsf-infile.h>#include <ie_exp.h>#include <ie_exp_HTML.h>#include <pd_Document.h>#include <ut_go_file.h>#include <ut_path.h>#include <ie_TOC.h>Go to the source code of this file.
Classes | |
| class | IE_Exp_EPUB |
Defines | |
| #define | EPUB_MIMETYPE "application/epub+zip" |
| #define | OPF_MIMETYPE "application/oebps-package+xml" |
| #define | OCF201_NAMESPACE "urn:oasis:names:tc:opendocument:xmlns:container" |
| #define | OPF201_NAMESPACE "http://www.idpf.org/2007/opf" |
| #define | OPS201_NAMESPACE "http://www.idpf.org/2007/ops" |
| #define | EPUB3_PACKAGE_PROFILE "http://www.idpf.org/epub/30/profile/package/" |
| #define | DC_NAMESPACE "http://purl.org/dc/elements/1.1/" |
| #define | NCX_NAMESPACE "http://www.daisy.org/z3986/2005/ncx/" |
| #define DC_NAMESPACE "http://purl.org/dc/elements/1.1/" |
Referenced by IE_Exp_EPUB::package().
| #define EPUB3_PACKAGE_PROFILE "http://www.idpf.org/epub/30/profile/package/" |
Referenced by IE_Exp_EPUB::package().
| #define EPUB_MIMETYPE "application/epub+zip" |
Referenced by IE_Exp_EPUB::_writeDocument().
| #define NCX_NAMESPACE "http://www.daisy.org/z3986/2005/ncx/" |
Referenced by IE_Exp_EPUB::EPUB2_writeNavigation().
| #define OCF201_NAMESPACE "urn:oasis:names:tc:opendocument:xmlns:container" |
Referenced by IE_Exp_EPUB::writeContainer().
| #define OPF201_NAMESPACE "http://www.idpf.org/2007/opf" |
Referenced by IE_Exp_EPUB::package().
| #define OPF_MIMETYPE "application/oebps-package+xml" |
Referenced by IE_Exp_EPUB::writeContainer().
| #define OPS201_NAMESPACE "http://www.idpf.org/2007/ops" |
Referenced by IE_Exp_EPUB::EPUB3_writeNavigation().
1.7.1