C# Class fitSharp.Parser.HtmlTables.ListParser

Inheritance: ElementParser
ファイルを表示 Open project: jediwhale/fitsharp

Public Methods

Method Description
ListParser ( string theKeyword, ElementParser theChildParser, bool thisRequiresChildren, Func makeTreeCell ) : System
Parse ( LexicalAnalyzer theAnalyzer ) : List>
ParseOne ( LexicalAnalyzer theAnalyzer ) : Tree

Private Methods

Method Description
ParseElement ( LexicalAnalyzer theAnalyzer ) : Tree

Method Details

ListParser() public method

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

Parse() public method

public Parse ( LexicalAnalyzer theAnalyzer ) : List>
theAnalyzer LexicalAnalyzer
return List>

ParseOne() public method

public ParseOne ( LexicalAnalyzer theAnalyzer ) : Tree
theAnalyzer LexicalAnalyzer
return Tree