class SingleFileExporter(FilesExporterBase): (source)
| 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 |
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 | |