Summary
This class collects a regular expression and a group name together in order to allow the RegularExpressionLinkExtractor class to find links on a page.
For a list of all members of this type, see
RegexSpecification Members
.
Type Relationships
System.ObjectEas.WebCrawler.PlugIns.LinkExtractors.RegexSpecification
Declaration Syntax
Public Class RegexSpecification
public class RegexSpecification
public __gc class RegexSpecification
public class RegexSpecification
Remarks
Sometimes, a regular expression might find a link like an 'a' tag which has an 'href' attribute, but the entire expression is bigger than just the link itself. In these cases, the regular expression contains an embedded group which denotes just the link itself. This class wraps an expression and the name of the target group together in one place. If the GroupName isnull
Requirements
Namespace: Eas.WebCrawler.PlugIns.LinkExtractorsAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)