Searched refs:_getElementsByXPath (Results 1 – 3 of 3) sorted by relevance
1514 document._getElementsByXPath = function(expression, parentElement) { function2784 if (this.xpath) return document._getElementsByXPath(this.xpath, root);4160 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
1721 document._getElementsByXPath = function(expression, parentElement) { function3304 return document._getElementsByXPath(this.xpath, root);4817 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];
1830 document._getElementsByXPath = function(expression, parentElement) { function5968 return cond ? document._getElementsByXPath('.//*' + cond, element) : [];