C# Class MyDownloader.Spider.Parsers.Html.HtmlParser

Inheritance: IDisposable
Exibir arquivo Open project: mika76/MyDownloader Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetFrames ( string baseUri ) : IEnumerable
GetHrefs ( string baseUri ) : IEnumerable
GetIFrames ( string baseUri ) : IEnumerable
GetImages ( string baseUri ) : IEnumerable
GetResources ( UrlType urlType, string baseUri ) : IEnumerable
HtmlParser ( Stream htmlStream ) : System

Private Methods

Method Description
ConvertToAbsoluteUrl ( string url, string baseUrl ) : Uri
GetEnumerator ( Regex regExpr, string baseUrl, string html ) : IEnumerable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetFrames() public method

public GetFrames ( string baseUri ) : IEnumerable
baseUri string
return IEnumerable

GetHrefs() public method

public GetHrefs ( string baseUri ) : IEnumerable
baseUri string
return IEnumerable

GetIFrames() public method

public GetIFrames ( string baseUri ) : IEnumerable
baseUri string
return IEnumerable

GetImages() public method

public GetImages ( string baseUri ) : IEnumerable
baseUri string
return IEnumerable

GetResources() public method

public GetResources ( UrlType urlType, string baseUri ) : IEnumerable
urlType UrlType
baseUri string
return IEnumerable

HtmlParser() public method

public HtmlParser ( Stream htmlStream ) : System
htmlStream Stream
return System