static BaseProcessor |
ProcessorResolver.createProcessor(IElementDef elementDef,
ScraperConfiguration configuration,
Scraper scraper) |
protected void |
BaseProcessor.debug(BaseElementDef elementDef,
Scraper scraper,
Variable variable) |
protected String |
WebHarvestPlugin.evaluateAttribute(String attName,
Scraper scraper) |
protected boolean |
WebHarvestPlugin.evaluateAttributeAsBoolean(String attName,
boolean defaultValue,
Scraper scraper) |
protected double |
WebHarvestPlugin.evaluateAttributeAsDouble(String attName,
double defaultValue,
Scraper scraper) |
protected int |
WebHarvestPlugin.evaluateAttributeAsInteger(String attName,
int defaultValue,
Scraper scraper) |
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) |
protected BaseProcessor[] |
BaseProcessor.getSubprocessors(Scraper scraper) |
Variable |
BaseProcessor.run(Scraper scraper,
ScraperContext context)
Wrapper for the execute method.
|