Represents a part of FB2 content. More...
#include <FB2Content.h>
Public Member Functions | |
virtual | ~FB2Content ()=0 |
virtual void | unfold (FB2Collector &collector) const =0 |
Insert the content of this into collector . More... | |
Represents a part of FB2 content.
This is used to save note texts and images, collected in the first pass, for use in the second pass.
|
pure virtual |
|
pure virtual |
Insert the content of this into collector
.
Implemented in libebook::GroupContent.
Referenced by libebook::FB2ContentCollector::insertBitmap(), and libebook::FB2ContentCollector::insertFootnote().