Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xpathEval

250     dirs = node.xpathEval('dir')
253 res = node.xpathEval('resource')
265 sections = node.xpathEval('string(section)')
273 dirs = node.xpathEval('dir')
276 res = node.xpathEval('resource')
280 tsts = node.xpathEval('incorrect')
286 tsts = node.xpathEval('correct')
296 valids = node.xpathEval('valid')
297 invalids = node.xpathEval('invalid')
321 docs = node.xpathEval('documentation')
322 authors = node.xpathEval('author')
333 sections = node.xpathEval('section')
340 for test in node.xpathEval('testCase'):
342 for test in node.xpathEval('testSuite'):