class MultiFileExporter(FilesExporterBase): (source)
| Method | __init__ |
No summary |
| Method | export_index |
Undocumented |
| Method | export_iter |
Export pages while yielding page objects that are exported for progress monitoring |
| Method | export_page |
Undocumented |
| Instance Variable | index_page |
Undocumented |
Inherited from FilesExporterBase:
| 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 |
| Parameters | |
| layout | a ExportLayout to map pages to files |
| template | a Template object |
| format | the format for the file content |
| index_page | a page to output the index or None |
| document_root_url | optional URL for the document root |
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 | |
| pages | a PageSelection object |
| Unknown Field: implementation | |
| must be implemented by subclasses | |