예제 #1
0
파일: Element.php 프로젝트: volux/dom
 /**
  * @param $expr
  *
  * @return mixed
  */
 public function evaluate($expr)
 {
     return $this->ownerDocument->evaluate($expr, $this);
 }