com.raritantechnologies.HTML
Class PostProcessorStub

java.lang.Object
  extended bycom.raritantechnologies.HTML.AbstractPostProcessor
      extended bycom.raritantechnologies.HTML.PostProcessorStub
All Implemented Interfaces:
IConfigurable, IHTMLScraperProcessor

public class PostProcessorStub
extends AbstractPostProcessor

Use to test that postProcessor is being called by HTMLScrapper.


Developed by Raritan Technologies Inc..

Author:
Chris Peterson

Constructor Summary
PostProcessorStub()
           
 
Method Summary
protected  org.w3c.dom.Document doGetOutputDoc()
           
protected  void doProcess(org.w3c.dom.Document doc)
           
 
Methods inherited from class com.raritantechnologies.HTML.AbstractPostProcessor
getOutputDoc, initialize, outputXML, outputXML, process, setPostProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostProcessorStub

public PostProcessorStub()
Method Detail

doProcess

protected void doProcess(org.w3c.dom.Document doc)
Specified by:
doProcess in class AbstractPostProcessor

doGetOutputDoc

protected org.w3c.dom.Document doGetOutputDoc()
Specified by:
doGetOutputDoc in class AbstractPostProcessor