A rule that uses glob expressions
a glob pattern that the rule will match against.
GlobRule("http://pike.ida.liu.se/*.xml");
inherit Rule : Rule
string patternvoid Web.Crawler.GlobRule(string pattern)