Class TMultipageTemplateReader
Unit
multipagetemplate
Declaration
type TMultipageTemplateReader = class(TObject)
Description
Class to process a multi-page template
see TMultiPageTemplate for a documentation of the allowed XML elements.
Hierarchy
- TObject
- TMultipageTemplateReader
Overview
Fields
Methods
Description
Fields
|
parser: THtmlTemplateParser; |
Parser used to apply the given single page templates to a downloaded page
|
|
onPageProcessed: TPageProcessed; |
Event to access the changed variable state after each processed <page> element
|
|
retryOnConnectionFailures: boolean; |
|
Methods
|
destructor destroy(); override; |
|
|
procedure callAction(action:string); |
Executes the action with the given id This does not modify the action, so you can use the same template with multiple readers (even in other threads)
|
|
procedure callAction(const action:TTemplateAction); |
Executes the given action This does not modify the action, so you can use the same template with multiple readers (even in other threads)
|
Generated by PasDoc 0.16.0.