C# Class fitSharp.Parser.HtmlTables.ListParser

Inheritance: ElementParser
Afficher le fichier Open project: jediwhale/fitsharp

Méthodes publiques

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

Private Methods

Méthode Description
ParseElement ( LexicalAnalyzer theAnalyzer ) : Tree

Method Details

ListParser() public méthode

public ListParser ( string theKeyword, ElementParser theChildParser, bool thisRequiresChildren, Func makeTreeCell ) : System
theKeyword string
theChildParser ElementParser
thisRequiresChildren bool
makeTreeCell Func
Résultat System

Parse() public méthode

public Parse ( LexicalAnalyzer theAnalyzer ) : List>
theAnalyzer LexicalAnalyzer
Résultat List>

ParseOne() public méthode

public ParseOne ( LexicalAnalyzer theAnalyzer ) : Tree
theAnalyzer LexicalAnalyzer
Résultat Tree