OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registerXPathFunction
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/python/tests/
xpathext.py
24
libxml2.
registerXPathFunction
(ctxt._o, "foo", None, foo)
25
libxml2.
registerXPathFunction
(ctxt._o, "bar", None, bar)
tstxpath.py
33
libxml2.
registerXPathFunction
(ctxt._o, "foo", None, foo)
34
libxml2.
registerXPathFunction
(ctxt._o, "bar", None, bar)
xpathret.py
27
libxml2.
registerXPathFunction
(ctxt._o, "foo", None, foo)
/external/libxml2/python/
libxml.py
610
def
registerXPathFunction
(ctxt, name, ns_uri, f):
Completed in 118 milliseconds