org.webharvest.runtime.processors
Class WhileProcessor

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

public class WhileProcessor
extends BaseProcessor

Conditional processor.


Constructor Summary
WhileProcessor(WhileDef whileDef)
           
 
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

WhileProcessor

public WhileProcessor(WhileDef whileDef)
Method Detail

execute

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