class documentation

class SingleFileExporter(FilesExporterBase): (source)

View In Hierarchy

Exporter that exports all page to the same file
Method export_iter Export pages while yielding page objects that are exported for progress monitoring

Inherited from FilesExporterBase:

Method __init__ No summary
Method export_attachments_iter Undocumented
Method export_resources Undocumented
Instance Variable document_root_url Undocumented
Instance Variable format Undocumented
Instance Variable layout Undocumented
Instance Variable template Undocumented

Inherited from Exporter (via FilesExporterBase):

Method export Export pages @param pages: a PageSelection object
def export_iter(self, pages): (source)

Export pages while yielding page objects that are exported for progress monitoring

Also note that implementations must be robust to ignore errors when exporting pages.

Parameters
pagesa PageSelection object
Unknown Field: implementation
must be implemented by subclasses