C# Class MediaPortal.WebEPG.Parser.WebParser

Parser for EPG data on the web
Inheritance: IParser
Mostrar archivo Open project: MediaPortal/MediaPortal-1

Public Methods

Method 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 method

Gets the data.
public GetData ( int index ) : IParserData
index int The index.
return IParserData

GetLinkedData() public method

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

ParseUrl() public method

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
return int

WebParser() public method

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.
return System.Collections.Generic