Lines Matching refs:xpath
152 public $xpath; variable in DOMDocumentWrapper
197 $this->xpath = new DOMXPath($this->document);
207 $this->xpath->registerNamespace("html", "http://www.w3.org/1999/xhtml");
1137 public $xpath = null; variable in phpQueryObject
1203 $this->xpath =& $this->documentWrapper->xpath;
1745 $xpath = $this->documentWrapper->isXHTML
1749 $query = $XQuery == '//' && $xpath == '/html[1]'
1751 : $xpath.$XQuery;
1754 $nodes = $this->xpath->query($query);
4173 $xpath = array();
4183 $xpath[] = $this->isXML()
4188 $xpath = join('/', array_reverse($xpath));
4189 $return[] = '/'.$xpath;