Searched refs:nodeElement (Results 1 – 3 of 3) sorted by relevance
679 * @param DOMElement $nodeElement683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) argument685 $attr = $nodeElement->getAttributeNode($attributeName);689 $result = $nodeElement->removeAttributeNode($attr);691 …("Not able to delete the attribute $attributeName of the node element $nodeElement->tagName in the…747 public function removeNode(\DOMNode $nodeElement) argument750 $nodeElement->parentNode->removeChild($nodeElement);
353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);354 $nodeElement->remove();
1161 $nodeElement = $svgFillsElement[$i];1162 $value = $nodeElement->getAttribute("fill");1277 $nodeElement = $svgPaths[$i];1278 $value = $nodeElement->getAttribute("fill");1280 if ($nodeElement->parentNode->tagName !== "svg") {1281 … $nodeElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);1283 … $this->getXmlDocument()->removeAttributeValue("fill", $nodeElement);1312 $nodeElement = $svgPaths[$i];1313 … $value = $nodeElement->getAttribute(FetcherSvg::STROKE_ATTRIBUTE);1315 … $this->getXmlDocument()->removeAttributeValue(FetcherSvg::STROKE_ATTRIBUTE, $nodeElement);[all …]