class documentation

class ETreeXPathExsltTestCase(HelperTestCase):

View In Hierarchy

Tests for the EXSLT support in XPath (requires libxslt 1.1.25+)
Method test​_xpath​_exslt​_functions​_date Undocumented
Method test​_xpath​_exslt​_functions​_strings Undocumented
Constant NSMAP Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tear​Down Undocumented
Method ​_rootstring Undocumented
def test_xpath_exslt_functions_date(self):

Undocumented

def test_xpath_exslt_functions_strings(self):

Undocumented

NSMAP =

Undocumented

Value
dict(date='http://exslt.org/dates-and-times',
     math='http://exslt.org/math',
     set='http://exslt.org/sets',
     str='http://exslt.org/strings')