#include "Epub.h" #include #include #include #include #include #include #include #include #include #include #include "Epub/parsers/ContainerParser.h" #include "Epub/parsers/ContentOpfParser.h" #include "Epub/parsers/PageMapParser.h" #include "Epub/parsers/TocNavParser.h" #include "Epub/parsers/TocNcxParser.h" namespace { // Serialise a list of printed-page entries (href, anchor, label) to pagelist.bin in the // book cache. Templated on the parser's entry type so both NCX and EPUB 3 //