C# Class MediaPortal.WebEPG.Parser.WebParser

Parser for EPG data on the web
Inheritance: IParser
Afficher le fichier Open project: MediaPortal/MediaPortal-1

Méthodes publiques

Méthode Description
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.

Method Details

GetData() public méthode

Gets the data.
public GetData ( int index ) : IParserData
index int The index.
Résultat IParserData

GetLinkedData() public méthode

Gets the data from a linked page
public GetLinkedData ( MediaPortal.WebEPG.Parser.ProgramData &data ) : bool
data MediaPortal.WebEPG.Parser.ProgramData ref to ProgramData
Résultat bool

ParseUrl() public méthode

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
Résultat int

WebParser() public méthode

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.
Résultat System.Collections.Generic