org.webharvest.runtime.processors
Class VarDefProcessor

java.lang.Object
  extended by org.webharvest.runtime.processors.BaseProcessor
      extended by org.webharvest.runtime.processors.VarDefProcessor

public class VarDefProcessor
extends BaseProcessor

Variable definition read processor.


Constructor Summary
VarDefProcessor(VarDefDef varDef)
           
 
Method Summary
 Variable execute(Scraper scraper, ScraperContext context)
           
 
Methods inherited from class org.webharvest.runtime.processors.BaseProcessor
getElementDef, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarDefProcessor

public VarDefProcessor(VarDefDef varDef)
Method Detail

execute

public Variable execute(Scraper scraper,
                        ScraperContext context)
Specified by:
execute in class BaseProcessor