Searched refs:registerXPathFunction (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/python/tests/ |
D | xpathext.py | 24 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) 25 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
|
D | tstxpath.py | 33 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo) 34 libxml2.registerXPathFunction(ctxt._o, "bar", None, bar)
|
D | xpathret.py | 27 libxml2.registerXPathFunction(ctxt._o, "foo", None, foo)
|
/external/libxml2/python/ |
D | libxml.py | 610 def registerXPathFunction(ctxt, name, ns_uri, f): function
|