Summary

Extracts links from html pages by using a collection of common regular expressions.
For a list of all members of this type, see HtmlLinkExtractor Members .

Type Relationships

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

Declaration Syntax

Public Class HtmlLinkExtractor
	Inherits RegularExpressionLinkExtractor
public class HtmlLinkExtractor : RegularExpressionLinkExtractor
public __gc class HtmlLinkExtractor : public RegularExpressionLinkExtractor
public class HtmlLinkExtractor extends RegularExpressionLinkExtractor

Requirements

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

See Also

HtmlLinkExtractor Members | Eas.WebCrawler.PlugIns.LinkExtractors Namespace