C# Класс fitSharp.Parser.HtmlTables.ListParser

Наследование: ElementParser
Показать файл Открыть проект

Открытые методы

Метод Описание
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