Class Web.Crawler.GlobRule
- Description
 A rule that uses glob expressions
- Parameter 
pattern a glob pattern that the rule will match against.
- Example
 GlobRule("http://pike.lysator.liu.se/*.xml");
- Inherit
Rule
 inherit Rule : Rule
A rule that uses glob expressions
patterna glob pattern that the rule will match against.
GlobRule("http://pike.lysator.liu.se/*.xml");
inherit Rule : Rule