Home
last modified time | relevance | path

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

/plugin/combo/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);
/plugin/zotero/
DImportZoteroFeedReader.php91 $domXpath = $this->getXPathForDocument($dom);