mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
fixed ToC processing
This commit is contained in:
parent
f2e3ec218b
commit
49d3f2bfe5
4 changed files with 16 additions and 7 deletions
|
@ -62,6 +62,7 @@ public:
|
|||
XHTMLReader(BookReader &modelReader);
|
||||
bool readFile(const ZLFile &file, const std::string &referenceName);
|
||||
const std::string &fileAlias(const std::string &fileName) const;
|
||||
const std::string normalizedReference(const std::string &reference) const;
|
||||
|
||||
private:
|
||||
void startElementHandler(const char *tag, const char **attributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue