Uses of Class
org.xenbase.scraper.data.ScrapedData

Packages that use ScrapedData
org.xenbase.scraper   
 

Uses of ScrapedData in org.xenbase.scraper
 

Methods in org.xenbase.scraper that return ScrapedData
 ScrapedData Scraper_PNAS.scrape(java.lang.String url)
           
 ScrapedData Scraper_MechDev_DevBio.scrape(java.lang.String url)
           
 ScrapedData Scraper_JCellBio.scrape(java.lang.String url)
           
 ScrapedData Scraper_Development.scrape(java.lang.String url)
           
 ScrapedData Scraper_DevDyn.scrape(java.lang.String url)
           
 ScrapedData Scraper_CurrBio_DevCell_Cell.scrape(java.lang.String url)
           
abstract  ScrapedData BasicScraper.scrape(java.lang.String url)
          This is the actual function that takes the URL (produced by getRedirURL) and returns the images and captions of that article.