| Trees | Index | Help |
|---|
| Module orchid :: Class UrlHandler |
|
| Method Summary | |
|---|---|
A constructor for the url handler. | |
Returns the url object which was opened by setCurrentUrl. | |
Sets the url that the parser is working on. | |
| Method Details |
|---|
__init__(self)
A constructor for the url handler. Should be followed by calls to
setCurrentUrl and getSite.
|
getSite(self)Returns the url object which was opened by setCurrentUrl. The returned object acts just like a file object. |
processUrl(self, stringUrl)Sets the url that the parser is working on. Raises an exception if we can't open it. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Dec 12 14:30:34 2005 | http://epydoc.sf.net |