Module orchid :: Class Site
[show private | hide private]
[frames | no frames]

Class Site


A class for representing the information that is collected for a specific site.
Method Summary
  __init__(self, stringUrl, links, parsedContent, rawContent)
Creates a new site.

Method Details

__init__(self, stringUrl, links, parsedContent, rawContent)
(Constructor)

Creates a new site.
Parameters:
stringUrl - the url of the site
links - a map from link types to links which appear on this page
parsedContent - BeautifulSoup instance which contains the parsed content of the page.
rawContent - The raw content of the page as a string.

Generated by Epydoc 2.1 on Mon Dec 12 14:30:34 2005 http://epydoc.sf.net