MythTV  0.26-pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Public Attributes
nv_python_libs.xsltfunctions.youtubeXSL_api.xpathFunctions Class Reference

List of all members.

Public Member Functions

def __init__
def youtubeTrailerFilter
 Start of XPath extension functions.
def youtubePaging

Public Attributes

 functList
 tailerNum_Patterns

Detailed Description

Functions specific extending XPath

Definition at line 90 of file youtubeXSL_api.py.


Constructor & Destructor Documentation

Definition at line 93 of file youtubeXSL_api.py.


Member Function Documentation

Start of XPath extension functions.

Generate a list of entry elements that are relevant to the requested search term. Basically
remove duplicate and non-relevant search results and order them to provide the best results
for the user.
Also set the paging variables.
Call example: 'mnvXpath:youtubeTrailerFilter(//atm:entry)'
return the list of relevant "entry" elements

Definition at line 109 of file youtubeXSL_api.py.

Generate a page value specific to the mashup search for YouTube searches
Call example: 'mnvXpath:youtubePaging('dummy')'
The page value is some times a page # and sometimes an item position number
return the page value that will be used in the search as a string

Definition at line 196 of file youtubeXSL_api.py.


Member Data Documentation

Definition at line 93 of file youtubeXSL_api.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends