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.Object
    Eas.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 is
null
or not provided, then the entire expression match is considered the link.

Requirements

Namespace: Eas.WebCrawler.PlugIns.LinkExtractors
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

RegexSpecification Members | Eas.WebCrawler.PlugIns.LinkExtractors Namespace