Searched refs:nodeElement (Results 1 – 2 of 2) sorted by relevance
412 $nodeElement = $svgFillsElement[$i];413 $value = $nodeElement->getAttribute("fill");520 $nodeElement = $svgPaths[$i];521 $value = $nodeElement->getAttribute("fill");555 $nodeElement = $svgPaths[$i];560 $this->removeNode($nodeElement);1022 * @param DOMNode $nodeElement1025 function removeNode(DOMNode $nodeElement) argument1027 $nodeElement->parentNode->removeChild($nodeElement);1038 $nodeElement = $svgElement[$i];[all …]
603 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) argument605 $attr = $nodeElement->getAttributeNode($attributeName);609 $result = $nodeElement->removeAttributeNode($attr);611 …("Not able to delete the attribute $attributeName of the node element $nodeElement in the Xml docu…