mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
XHTMLReader reused
This commit is contained in:
parent
e3f3be547b
commit
24d649c9d1
6 changed files with 18 additions and 3 deletions
|
@ -47,6 +47,8 @@ public:
|
|||
bool doBreakAfter(const std::string &tag, const std::string &aClass) const;
|
||||
shared_ptr<ZLTextStyleEntry> control(const std::string &tag, const std::string &aClass) const;
|
||||
|
||||
void clear();
|
||||
|
||||
private:
|
||||
struct Key {
|
||||
Key(const std::string &tag, const std::string &aClass);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue