Variable |
WebHarvestPlugin.execute(Scraper scraper,
ScraperContext context) |
Variable |
HttpParamProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
VarDefProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
TextProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
EmptyProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
CallProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
TemplateProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
ExitProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
TryProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
BodyProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
ScriptProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
XPathProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
CallParamProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
WhileProcessor.execute(Scraper scraper,
ScraperContext context) |
abstract Variable |
BaseProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
ConstantProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
LoopProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
FunctionProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
IncludeProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
HttpProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
CaseProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
RegexpProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
XsltProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
XQueryProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
FileProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
VarProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
ReturnProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
HtmlToXmlProcessor.execute(Scraper scraper,
ScraperContext context) |
Variable |
HttpHeaderProcessor.execute(Scraper scraper,
ScraperContext context) |
protected Variable |
WebHarvestPlugin.executeBody(Scraper scraper,
ScraperContext context)
Executes body of plugin processor
|
abstract Variable |
WebHarvestPlugin.executePlugin(Scraper scraper,
ScraperContext context)
Mathod that actually executes processor.
|
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context) |
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context,
boolean registerExecution) |
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context,
boolean registerExecution,
KeyValuePair[] properties) |
Variable |
BaseProcessor.run(Scraper scraper,
ScraperContext context)
Wrapper for the execute method.
|