C# Class AspUnitRunner.Core.Html.HtmlElementParser

Datei anzeigen Open project: mhenry07/ASPUnitRunner

Public Methods

Method Description
GetElementsByTagName ( string html, string tagName ) : IHtmlCollection

Private Methods

Method 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 method

public static GetElementsByTagName ( string html, string tagName ) : IHtmlCollection
html string
tagName string
return IHtmlCollection