Searched refs:namespaceUri (Results 1 – 3 of 3) sorted by relevance
389 function removeNamespace($namespaceUri) argument391 if (empty($namespaceUri)) {395 if (strpos($namespaceUri, "http") === false) {396 …LogUtility::msg("Internal warning: The namespaceURI ($namespaceUri) does not seems to be an URI", …405 $nodes = $this->xpath("//*[namespace-uri()='$namespaceUri']");415 $nodes = $this->xpath("//@*[namespace-uri()='$namespaceUri']");432 if ($namespaceURI == $namespaceUri) {434 $parentNode->removeAttributeNS($namespaceUri, $node->localName);491 foreach ($this->getNamespaces() as $prefix => $namespaceUri) {497 $result = $this->domXpath->registerNamespace($prefix, $namespaceUri);[all …]
255 … foreach ($this->getXmlDocument()->getNamespaces() as $namespacePrefix => $namespaceUri) {260 && in_array($namespaceUri, FetcherSvg::EDITOR_NAMESPACE)262 $this->getXmlDocument()->removeNamespace($namespaceUri);270 … foreach ($this->getXmlDocument()->getNamespaces() as $namespacePrefix => $namespaceUri) {271 $nodes = $this->getXmlDocument()->xpath("//*[namespace-uri()='$namespaceUri']");272 … $attributes = $this->getXmlDocument()->xpath("//@*[namespace-uri()='$namespaceUri']");274 $result = $documentElement->removeAttributeNS($namespaceUri, $namespacePrefix);276 …nternal error: The deletion of the empty namespace ($namespacePrefix:$namespaceUri) didn't succeed…
META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...