Home
last modified time | relevance | path

Searched refs:namespaceUri (Results 1 – 3 of 3) sorted by path

/plugin/combo/ComboStrap/
H A DFetcherSvg.php255 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 LogUtility::msg("Internal error: The deletion of the empty namespace ($namespacePrefix:$namespaceUri) didn't succeed", LogUtility::LVL_MSG_WARNING, "support");
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php387 * @param $namespaceUri
389 function removeNamespace($namespaceUri) argument
391 if (empty($namespaceUri)) {
395 if (strpos($namespaceUri, "http") === false) {
396 LogUtility::msg("Internal warning: The namespaceURI ($namespaceUri) does not seems to be an URI", LogUtility::LVL_MSG_WARNING, "support");
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) {
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...