Home
last modified time | relevance | path

Searched refs:xpathError (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/py-libxml2/libxml2-2.9.12/python/tests/
H A Dxpathleak.py35 except libxml2.xpathError:
/dports/textproc/libxml2/libxml2-2.9.12/python/tests/
H A Dxpathleak.py35 except libxml2.xpathError:
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py2947 if ret is None:raise xpathError('xmlXPathNodeEval() failed')
2958 if ret is None:raise xpathError('xmlXPathNewNodeSet() failed')
2965 if ret is None:raise xpathError('xmlXPathNewValueTree() failed')
3013 if ret is None:raise xpathError('xmlXPathNextChild() failed')
3089 if ret is None:raise xpathError('xmlXPathNextParent() failed')
3126 if ret is None:raise xpathError('xmlXPathNextSelf() failed')
4095 if ret is None:raise xpathError('xmlXPathNewContext() failed')
6562 if ret is None:raise xpathError('xmlXPathEval() failed')
6865 if ret is None:raise xpathError('xmlXPathNextChild() failed')
6941 if ret is None:raise xpathError('xmlXPathNextParent() failed')
[all …]
H A Dlibxml2.py48 class xpathError(libxmlError): class
3735 if ret is None:raise xpathError('xmlXPathNodeEval() failed')
3746 if ret is None:raise xpathError('xmlXPathNewNodeSet() failed')
3801 if ret is None:raise xpathError('xmlXPathNextChild() failed')
3877 if ret is None:raise xpathError('xmlXPathNextParent() failed')
3914 if ret is None:raise xpathError('xmlXPathNextSelf() failed')
4883 if ret is None:raise xpathError('xmlXPathNewContext() failed')
7350 if ret is None:raise xpathError('xmlXPathEval() failed')
7653 if ret is None:raise xpathError('xmlXPathNextChild() failed')
7729 if ret is None:raise xpathError('xmlXPathNextParent() failed')
[all …]
H A Dlibxml.py48 class xpathError(libxmlError): class
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py2947 if ret is None:raise xpathError('xmlXPathNodeEval() failed')
2958 if ret is None:raise xpathError('xmlXPathNewNodeSet() failed')
2965 if ret is None:raise xpathError('xmlXPathNewValueTree() failed')
3013 if ret is None:raise xpathError('xmlXPathNextChild() failed')
3089 if ret is None:raise xpathError('xmlXPathNextParent() failed')
3126 if ret is None:raise xpathError('xmlXPathNextSelf() failed')
4095 if ret is None:raise xpathError('xmlXPathNewContext() failed')
6562 if ret is None:raise xpathError('xmlXPathEval() failed')
6865 if ret is None:raise xpathError('xmlXPathNextChild() failed')
6941 if ret is None:raise xpathError('xmlXPathNextParent() failed')
[all …]
H A Dlibxml2.py48 class xpathError(libxmlError): class
3735 if ret is None:raise xpathError('xmlXPathNodeEval() failed')
3746 if ret is None:raise xpathError('xmlXPathNewNodeSet() failed')
3801 if ret is None:raise xpathError('xmlXPathNextChild() failed')
3877 if ret is None:raise xpathError('xmlXPathNextParent() failed')
3914 if ret is None:raise xpathError('xmlXPathNextSelf() failed')
4883 if ret is None:raise xpathError('xmlXPathNewContext() failed')
7350 if ret is None:raise xpathError('xmlXPathEval() failed')
7653 if ret is None:raise xpathError('xmlXPathNextChild() failed')
7729 if ret is None:raise xpathError('xmlXPathNextParent() failed')
[all …]
H A Dlibxml.py48 class xpathError(libxmlError): class
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualxpath.c311 xmlGenericErrorFunc xpathError; in gaiaIsValidXPathExpression() local
314 xpathError = (xmlGenericErrorFunc) vxpathError; in gaiaIsValidXPathExpression()
317 xmlSetGenericErrorFunc (cache, xpathError); in gaiaIsValidXPathExpression()
342 xmlGenericErrorFunc xpathError = (xmlGenericErrorFunc) vxpathError; in vxpath_eval_expr() local
351 xmlSetGenericErrorFunc (cache, xpathError); in vxpath_eval_expr()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.py38 class xpathError(libxmlError): class