Home
last modified time | relevance | path

Searched refs:registerXPathFunction (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/python/tests/
Dxpathext.py24 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
25 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
Dtstxpath.py33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
34 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
Dxpathret.py27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
/external/libxml2/python/
Dlibxml.py610 def registerXPathFunction(ctxt, name, ns_uri, f): function