C# 클래스 fitSharp.Parser.HtmlTables

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
HtmlTables ( Func makeTreeCell ) : System
Parse ( string input ) : Tree

비공개 메소드들

메소드 설명
HtmlToText ( string theHtml ) : string

메소드 상세

HtmlTables() 공개 메소드

public HtmlTables ( Func makeTreeCell ) : System
makeTreeCell Func
리턴 System

Parse() 공개 메소드

public Parse ( string input ) : Tree
input string
리턴 Tree