|
MythTV master
|
Public Member Functions | |
| def | __init__ (self) |
| def | nasaTitleEp (self, context, *arg) |
| Start of XPath extension functions. More... | |
Public Attributes | |
| functList | |
| regexPattern | |
Functions specific extending XPath
Definition at line 74 of file nasa_api.py.
| def nv_python_libs.xsltfunctions.nasa_api.xpathFunctions.__init__ | ( | self | ) |
Definition at line 77 of file nasa_api.py.
| def nv_python_libs.xsltfunctions.nasa_api.xpathFunctions.nasaTitleEp | ( | self, | |
| context, | |||
| * | arg | ||
| ) |
Start of XPath extension functions.
Parse the guid element and extract an episode number Call example: 'mnvXpath:nasaTitleEp(string(title))' return the a massaged title element and an episode element
Definition at line 89 of file nasa_api.py.
| nv_python_libs.xsltfunctions.nasa_api.xpathFunctions.functList |
Definition at line 78 of file nasa_api.py.
| nv_python_libs.xsltfunctions.nasa_api.xpathFunctions.regexPattern |
Definition at line 80 of file nasa_api.py.
Referenced by nv_python_libs.xsltfunctions.nasa_api.xpathFunctions.nasaTitleEp().