org.osjava.scraping
Class NullParser

java.lang.Object
  extended byorg.osjava.scraping.NullParser
All Implemented Interfaces:
Parser

public class NullParser
extends java.lang.Object
implements Parser


Constructor Summary
NullParser()
           
 
Method Summary
 void bringDown(com.generationjava.config.Config cfg)
           
 org.osjava.oscube.container.Result parse(Page page, com.generationjava.config.Config cfg, org.osjava.oscube.container.Session session)
           
 void startUp(com.generationjava.config.Config cfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullParser

public NullParser()
Method Detail

parse

public org.osjava.oscube.container.Result parse(Page page,
                                                com.generationjava.config.Config cfg,
                                                org.osjava.oscube.container.Session session)
                                         throws ParsingException
Specified by:
parse in interface Parser
Throws:
ParsingException

startUp

public void startUp(com.generationjava.config.Config cfg)
             throws java.lang.Exception
Specified by:
startUp in interface Parser
Throws:
java.lang.Exception

bringDown

public void bringDown(com.generationjava.config.Config cfg)
               throws java.lang.Exception
Specified by:
bringDown in interface Parser
Throws:
java.lang.Exception


Copyright © 2003-2005 OSJava. All Rights Reserved.