Ejemplo n.º 1
0
 /**
  * Search through the XML DOM with a single CSS selector
  * @param string $query the CSS selector, most CSS 2 selectors work
  * @return Proxy
  */
 public function find($query)
 {
     $xpath = \arc\xml::css2Xpath($query);
     return $this->_proxyResult($this->target->xpath($xpath));
 }