Module malcontent :: Class ExternalIframeRule
[show private | hide private]
[frames | no frames]

Class ExternalIframeRule

Rule --+
       |
      ExternalIframeRule


This rule type identifies IFRAME elements which load content from external servers.
Method Summary
  __init__(self)
Creates a new ExternalIframeRule
  __call__(self, site)
Applies this rule to the given site

Class Variable Summary
    Inherited from Rule
int EVIL = 2                                                                     
int GOOD = 0                                                                     
int MAY_BE_EVIL = 1                                                                     

Method Details

__init__(self)
(Constructor)

Creates a new ExternalIframeRule

__call__(self, site)
(Call operator)

Applies this rule to the given site
Overrides:
malcontent.Rule.__call__

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