示例#1
0
文件: DomElement.php 项目: blar/dom
 /**
  * @return \Blar\Dom\DomXPath
  */
 public function createXPath()
 {
     $xpath = new DomXPath($this->ownerDocument);
     $xpath->setDefaultContext($this);
     return $xpath;
 }