C# 클래스 MediaPortal.WebEPG.Parser.WebParser

Parser for EPG data on the web
상속: IParser
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

공개 메소드들

메소드 설명
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