mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
file aliases (for reference shortening), not used yet
This commit is contained in:
parent
8169e5fac6
commit
7fae9ff250
3 changed files with 31 additions and 4 deletions
|
@ -63,6 +63,8 @@ public:
|
|||
bool readFile(const ZLFile &file, const std::string &referenceName);
|
||||
|
||||
private:
|
||||
const std::string &fileAlias(const std::string &fileName) const;
|
||||
|
||||
void startElementHandler(const char *tag, const char **attributes);
|
||||
void endElementHandler(const char *tag);
|
||||
void characterDataHandler(const char *text, size_t len);
|
||||
|
@ -76,6 +78,8 @@ private:
|
|||
bool addStyleEntry(const std::string tag, const std::string aClass);
|
||||
|
||||
private:
|
||||
mutable std::map<std::string,std::string> myFileNumbers;
|
||||
|
||||
BookReader &myModelReader;
|
||||
std::string myPathPrefix;
|
||||
std::string myReferenceName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue