C# Класс MediaPortal.WebEPG.Parser.WebParser

Parser for EPG data on the web
Наследование: IParser
Показать файл Открыть проект

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

Метод Описание
GetData ( int index ) : IParserData

Gets the data.

GetLinkedData ( MediaPortal.WebEPG.Parser.ProgramData &data ) : bool

Gets the data from a linked page

ParseUrl ( MediaPortal.Utils.Web.HTTPRequest site ) : int

Parses a site for a given URL.

WebParser ( MediaPortal.WebEPG.Config.Grabber.WebParserTemplate webTemplate ) : System.Collections.Generic

Initializes a new instance of the WebParser class.

Описание методов

GetData() публичный Метод

Gets the data.
public GetData ( int index ) : IParserData
index int The index.
Результат IParserData

GetLinkedData() публичный Метод

Gets the data from a linked page
public GetLinkedData ( MediaPortal.WebEPG.Parser.ProgramData &data ) : bool
data MediaPortal.WebEPG.Parser.ProgramData ref to ProgramData
Результат bool

ParseUrl() публичный Метод

Parses a site for a given URL.
public ParseUrl ( MediaPortal.Utils.Web.HTTPRequest site ) : int
site MediaPortal.Utils.Web.HTTPRequest The request for the site to be parsed
Результат int

WebParser() публичный Метод

Initializes a new instance of the WebParser class.
public WebParser ( MediaPortal.WebEPG.Config.Grabber.WebParserTemplate webTemplate ) : System.Collections.Generic
webTemplate MediaPortal.WebEPG.Config.Grabber.WebParserTemplate The web template.
Результат System.Collections.Generic