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:
parent
e85d8481bb
commit
f1043daea9
6 changed files with 141 additions and 85 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue