C# Class fitSharp.Parser.HtmlTables

Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
HtmlTables ( Func makeTreeCell ) : System
Parse ( string input ) : Tree

Private Methods

Méthode Description
HtmlToText ( string theHtml ) : string

Method Details

HtmlTables() public méthode

public HtmlTables ( Func makeTreeCell ) : System
makeTreeCell Func
Résultat System

Parse() public méthode

public Parse ( string input ) : Tree
input string
Résultat Tree