C# Class NCrawler.SitemapProcessor.SitemapProcessor

Courtesy of Muttok
Inheritance: IPipelineStep
ファイルを表示 Open project: esbencarlsen/NCrawler Class Usage Examples

Public Methods

Method Description
Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
SitemapProcessor ( int maxDegreeOfParallelism ) : System

Protected Methods

Method Description
NormalizeLink ( string baseUrl, string link ) : string

Private Methods

Method Description
IsXmlContent ( string contentType ) : bool

Method Details

NormalizeLink() protected method

protected NormalizeLink ( string baseUrl, string link ) : string
baseUrl string
link string
return string

Process() public method

public Process ( ICrawler crawler, PropertyBag propertyBag ) : Task
crawler ICrawler
propertyBag PropertyBag
return Task

SitemapProcessor() public method

public SitemapProcessor ( int maxDegreeOfParallelism ) : System
maxDegreeOfParallelism int
return System