Home
last modified time | relevance | path

Searched refs:domXpath (Results 1 – 1 of 1) sorted by relevance

/template/strap/ComboStrap/Xml/
H A DXmlDocument.php71 private DOMXPath $domXpath; variable in ComboStrap\\Xml\\XmlDocument
482 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);