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:
parent
9b22b0743a
commit
362bec72eb
4 changed files with 8 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue