C# Класс AspUnitRunner.Core.Html.HtmlElementParser

Показать файл Открыть проект

Открытые методы

Метод Описание
GetElementsByTagName ( string html, string tagName ) : IHtmlCollection

Приватные методы

Метод Описание
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

Описание методов

GetElementsByTagName() публичный статический Метод

public static GetElementsByTagName ( string html, string tagName ) : IHtmlCollection
html string
tagName string
Результат IHtmlCollection