Searched refs:XQuery (Results 1 – 1 of 1) sorted by relevance
1721 protected function runQuery($XQuery, $selector = null, $compare = null) { argument1749 $query = $XQuery == '//' && $xpath == '/html[1]'1751 : $xpath.$XQuery;1813 $XQuery = '';1832 $XQuery .= "$ns:$tag";1834 $XQuery .= "*";1836 $XQuery .= "*[local-name()='$s']";1839 $XQuery .= $s;1844 $XQuery .= '*';1845 $XQuery .= "[@id='".substr($s, 1)."']";[all …]