Summary

Base class for using regular expressions to extracts links from the responses to web requets.
For a list of all members of this type, see RegularExpressionLinkExtractor Members .

Type Relationships

  System.Object
    Eas.WebCrawler.PlugIns.LinkExtractors.RegularExpressionLinkExtractor
       Eas.WebCrawler.PlugIns.LinkExtractors.HtmlLinkExtractor

Declaration Syntax

Public Class RegularExpressionLinkExtractor
	Implements LinkExtractor, WebCrawlerComponent
public class RegularExpressionLinkExtractor : LinkExtractor, WebCrawlerComponent
public __gc class RegularExpressionLinkExtractor : public LinkExtractor, WebCrawlerComponent
public class RegularExpressionLinkExtractor implements LinkExtractor, WebCrawlerComponent

Requirements

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

See Also

RegularExpressionLinkExtractor Members | Eas.WebCrawler.PlugIns.LinkExtractors Namespace