81 __attribute__((deprecated)) std::shared_ptr<BookInfoEntry>
89 std::shared_ptr<BookInfoEntry>
97 fb2Author(
const std::vector<XMLElement *> &author);
100 fb2Series(
const std::vector<XMLElement *> &sequence);
103 fb2Genres(
const std::vector<XMLElement *> &genres);
106 fb2Date(
const std::vector<XMLElement *> &date);
109 fb2AnnotationDecode(std::string &result);
112 fb2Cover(std::string &cover);
115 fb2CoverGetImage(
const std::vector<XMLElement *> &image, std::string &cover,
122 fb2Language(
const std::vector<XMLElement *> &lang, std::string &result);
128 fb2PublisherInfoString(
const std::vector<XMLElement *> &source,
129 std::string &result);
132 fb2PublisherInfoString(
const std::vector<XMLElement> &source,
133 std::string &result);
142 getBookEncoding(
const std::string &book);
145 findAnnotationFallback(
const std::string &book,
BookInfoEntry &result);
148 normalizeString(std::string &str);
150 std::shared_ptr<AuxFunc> af;
152 XMLParserCPP *xml_parser;
153 std::vector<XMLElement> book_xml;
154 std::vector<XMLElement *> title_info;
The BookInfoEntry class.
Definition BookInfoEntry.h:31
cover_types
The cover types enumerator.
Definition BookInfoEntry.h:79
The BookParseEntry class.
Definition BookParseEntry.h:30