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

CSS parser cache

This commit is contained in:
Nikolay Pultsin 2014-03-17 14:56:33 +02:00
parent e85d8481bb
commit f1043daea9
6 changed files with 141 additions and 85 deletions

View file

@ -112,6 +112,7 @@ private:
bool myCurrentParagraphIsEmpty;
shared_ptr<StyleSheetSingleStyleParser> myStyleParser;
shared_ptr<StyleSheetTableParser> myTableParser;
std::map<std::string,shared_ptr<StyleSheetParserWithCache> > myFileParsers;
XHTMLReadingState myReadState;
int myBodyCounter;
bool myMarkNextImageAsCover;