Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherSvg.php255 … foreach ($this->getXmlDocument()->getNamespaces() as $namespacePrefix => $namespaceUri) {
262 $this->getXmlDocument()->removeNamespace($namespaceUri);
269 $documentElement = $this->getXmlDocument()->getDomDocument()->documentElement;
270 … foreach ($this->getXmlDocument()->getNamespaces() as $namespacePrefix => $namespaceUri) {
271 $nodes = $this->getXmlDocument()->xpath("//*[namespace-uri()='$namespaceUri']");
272 … $attributes = $this->getXmlDocument()->xpath("//@*[namespace-uri()='$namespaceUri']");
284 $commentNodes = $this->getXmlDocument()->xpath("//comment()");
286 $this->getXmlDocument()->removeNode($commentNode);
315 $nodes = $this->getXmlDocument()->xpath("//@$value");
393 XmlSystems::deleteAllElementsByName($elementToDelete, $this->getXmlDocument());
[all …]