Searched refs:domXpath (Results 1 – 2 of 2) sorted by relevance
71 private DOMXPath $domXpath; variable in ComboStrap\\Xml\\XmlDocument482 if (!isset($this->domXpath)) {484 $this->domXpath = new DOMXPath($this->getDomDocument());497 $result = $this->domXpath->registerNamespace($prefix, $namespaceUri);508 $domList = $this->domXpath->query($query, $contextNode);
91 $domXpath = $this->getXPathForDocument($dom);