|
MythTV master
|
Public Member Functions | |
| def | __init__ (self) |
| def | pbsTitleSeriesEpisodeLink (self, context, *arg) |
| Start of XPath extension functions. More... | |
| def | pbsDuration (self, context, *arg) |
| def | pbsDownloadlink (self, context, *arg) |
Public Attributes | |
| functList | |
| seriesEpisodeRegex | |
| namespaces | |
| persistence | |
Functions specific extending XPath
Definition at line 73 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 76 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDownloadlink | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Return a previously created download link Call example: 'mnvXpath:pbsDownloadlink(normalize-space(./link))' return the url link
Definition at line 160 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDuration | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Return the video duration in seconds Call example: 'mnvXpath:pbsDuration(normalize-string(./dd/p[@class="info"]/span[@class="time"]))' return the video duration
Definition at line 150 of file pbsXSL_api.py.
| def nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Start of XPath extension functions.
Generate a link for the PBS site. Call example: 'mnvXpath:pbsTitleSeriesEpisodeLink(normalize-space(./title),normalize-space(./link))/*' return the title, link and season and episode number elements if any were in the title
Definition at line 101 of file pbsXSL_api.py.
| nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.functList |
Definition at line 77 of file pbsXSL_api.py.
| nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.namespaces |
Definition at line 86 of file pbsXSL_api.py.
Referenced by nv_python_libs.common.common_api.Common.displayCustomHTML(), and nv_python_libs.common.common_api.Common.getUrlData().
| nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.persistence |
Definition at line 92 of file pbsXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.cinemarv_api.xpathFunctions.cinemarvIsCustomHTML(), nv_python_libs.xsltfunctions.cinemarv_api.xpathFunctions.cinemarvLinkGeneration(), nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsDownloadlink(), nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink(), nv_python_libs.xsltfunctions.spitzer_api.xpathFunctions.spitzerLinkGeneration(), nv_python_libs.xsltfunctions.spitzer_api.xpathFunctions.spitzerThumbnailLink(), nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksGetItem(), nv_python_libs.xsltfunctions.tedtalksXSL_api.xpathFunctions.tedtalksMakeItem(), nv_python_libs.xsltfunctions.traileraddicts_api.xpathFunctions.traileraddictsLinkGenerationClip(), nv_python_libs.xsltfunctions.traileraddicts_api.xpathFunctions.traileraddictsLinkGenerationMovie(), nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaIsCustomHTML(), nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaLinkGeneration(), and nv_python_libs.xsltfunctions.tributeca_api.xpathFunctions.tributecaThumbnailLink().
| nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.seriesEpisodeRegex |
Definition at line 78 of file pbsXSL_api.py.
Referenced by nv_python_libs.xsltfunctions.pbsXSL_api.xpathFunctions.pbsTitleSeriesEpisodeLink().