C# 클래스 fitSharp.Parser.HtmlTables.ListParser

상속: ElementParser
파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
ListParser ( string theKeyword, ElementParser theChildParser, bool thisRequiresChildren, Func makeTreeCell ) : System
Parse ( LexicalAnalyzer theAnalyzer ) : List>
ParseOne ( LexicalAnalyzer theAnalyzer ) : Tree

비공개 메소드들

메소드 설명
ParseElement ( LexicalAnalyzer theAnalyzer ) : Tree

메소드 상세

ListParser() 공개 메소드

public ListParser ( string theKeyword, ElementParser theChildParser, bool thisRequiresChildren, Func makeTreeCell ) : System
theKeyword string
theChildParser ElementParser
thisRequiresChildren bool
makeTreeCell Func
리턴 System

Parse() 공개 메소드

public Parse ( LexicalAnalyzer theAnalyzer ) : List>
theAnalyzer LexicalAnalyzer
리턴 List>

ParseOne() 공개 메소드

public ParseOne ( LexicalAnalyzer theAnalyzer ) : Tree
theAnalyzer LexicalAnalyzer
리턴 Tree