1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

fixed TOC processing in ePubs

This commit is contained in:
Nikolay Pultsin 2012-05-13 14:03:15 +01:00
parent 9b22b0743a
commit 362bec72eb
4 changed files with 8 additions and 7 deletions

View file

@ -61,10 +61,9 @@ private:
public:
XHTMLReader(BookReader &modelReader);
bool readFile(const ZLFile &file, const std::string &referenceName);
private:
const std::string &fileAlias(const std::string &fileName) const;
private:
void startElementHandler(const char *tag, const char **attributes);
void endElementHandler(const char *tag);
void characterDataHandler(const char *text, size_t len);