C# Class fitSharp.Parser.HtmlTables

ファイルを表示 Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
HtmlTables ( Func makeTreeCell ) : System
Parse ( string input ) : Tree

Private Methods

Method Description
HtmlToText ( string theHtml ) : string

Method Details

HtmlTables() public method

public HtmlTables ( Func makeTreeCell ) : System
makeTreeCell Func
return System

Parse() public method

public Parse ( string input ) : Tree
input string
return Tree