C# Class AspUnitRunner.Core.Html.HtmlElementParser

Afficher le fichier Open project: mhenry07/ASPUnitRunner

Méthodes publiques

Méthode Description
GetElementsByTagName ( string html, string tagName ) : IHtmlCollection

Private Methods

Méthode Description
CreateCollection ( MatchCollection matches ) : IHtmlCollection
CreateElement ( Match match ) : IHtmlElement
GetAttributeMatches ( Match elementMatch ) : MatchCollection
GetElementMatches ( string html, string tagName ) : MatchCollection
GetElementRegex ( string tagName ) : Regex
SetAttributes ( HtmlElement element, MatchCollection matches ) : void

Method Details

GetElementsByTagName() public static méthode

public static GetElementsByTagName ( string html, string tagName ) : IHtmlCollection
html string
tagName string
Résultat IHtmlCollection