org.webharvest.runtime.processors
Class IncludeProcessor

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

public class IncludeProcessor
extends BaseProcessor

Include processor.


Constructor Summary
IncludeProcessor(IncludeDef includeDef)
           
 
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

IncludeProcessor

public IncludeProcessor(IncludeDef includeDef)
Method Detail

execute

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