1
0
Fork 0
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:
Nikolay Pultsin 2012-05-15 11:52:21 +01:00
parent f2e3ec218b
commit 49d3f2bfe5
4 changed files with 16 additions and 7 deletions

View file

@ -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);