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

Inheritance: IDisposable
Afficher le fichier Open project: mika76/MyDownloader Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ConvertToAbsoluteUrl ( string url, string baseUrl ) : Uri
GetEnumerator ( Regex regExpr, string baseUrl, string html ) : IEnumerable

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFrames() public méthode

public GetFrames ( string baseUri ) : IEnumerable
baseUri string
Résultat IEnumerable

GetHrefs() public méthode

public GetHrefs ( string baseUri ) : IEnumerable
baseUri string
Résultat IEnumerable

GetIFrames() public méthode

public GetIFrames ( string baseUri ) : IEnumerable
baseUri string
Résultat IEnumerable

GetImages() public méthode

public GetImages ( string baseUri ) : IEnumerable
baseUri string
Résultat IEnumerable

GetResources() public méthode

public GetResources ( UrlType urlType, string baseUri ) : IEnumerable
urlType UrlType
baseUri string
Résultat IEnumerable

HtmlParser() public méthode

public HtmlParser ( Stream htmlStream ) : System
htmlStream Stream
Résultat System