86 __attribute__((deprecated)) std::shared_ptr<BookInfoEntry>
94 std::shared_ptr<BookInfoEntry>
99 epubGetRootFileAddress(
const std::filesystem::path &filepath,
100 const std::vector<ArchEntry> &filenames);
103 epubParseRootFile(
const std::string &root_file_content);
106 epubAnnotation(
const std::vector<XMLElement> &elements);
109 epubCoverAddress(
const std::vector<XMLElement> &elements,
110 const std::filesystem::path &filepath,
111 const std::vector<ArchEntry> &filenames);
114 epubLanguage(
const std::vector<XMLElement> &elements,
BookInfoEntry &result);
117 epubTranslator(
const std::vector<XMLElement> &elements,
121 epubPublisher(
const std::vector<XMLElement> &elements,
125 epubIdentifier(
const std::vector<XMLElement> &elements,
129 epubSource(
const std::vector<XMLElement> &elements,
BookInfoEntry &result);
132 getEncoding(
const std::vector<XMLElement> &elements);
134 std::shared_ptr<AuxFunc> af;
138 XMLParserCPP *xml_parser;
The BookInfoEntry class.
Definition BookInfoEntry.h:31
The BookParseEntry class.
Definition BookParseEntry.h:30