Lines Matching refs:documentElement
269 $documentElement = $this->getXmlDocument()->getDomDocument()->documentElement;
274 $result = $documentElement->removeAttributeNS($namespaceUri, $namespacePrefix);
293 foreach ($documentElement->attributes as $attribute) {
298 $documentElement->removeAttributeNode($attribute);
332 $widthAttributeValue = $documentElement->getAttribute("width");
336 $heightAttributeValue = $documentElement->getAttribute("height");
341 $viewBoxAttribute = $documentElement->getAttribute(FetcherSvg::VIEW_BOX);
356 $documentElement->removeAttribute("width");
357 $documentElement->removeAttribute("height");
416 $documentElement->removeAttributeNS(FetcherSvg::SVG_NAMESPACE_URI, FetcherSvg::SVG_NAMESPACE_PREFIX);
863 $documentElement = $this->getXmlDocument()->getElement();
873 $documentElement->setAttribute('data-name', $name);
1012 $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "$x $y $viewBoxWidth $viewBoxHeight");
1015 $viewBox = $documentElement->getAttribute(FetcherSvg::VIEW_BOX);
1018 $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "0 0 {$this->getIntrinsicWidth()} {$this->getIntrinsicHeight()}");
1032 $documentElement
1075 $documentElement->setAttribute("preserveAspectRatio", $aspectRatio);
1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) {
1188 if (!$isDoubleColor && !$documentElement->hasAttribute("fill")) {
1193 $documentElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);
1263 $documentElement->setAttribute("fill", $colorValue);
1299 $documentElement->setAttribute("fill", "none");
1300 $documentElement->setAttribute(FetcherSvg::STROKE_ATTRIBUTE, $colorValue);
1338 $documentElement->setAttribute($name, $value);
1346 $documentElement->addClass($class);
1351 $documentElement
1357 $svgPaths = $documentElement->querySelectorAll('path');
1607 $viewBox = $this->getXmlDocument()->getDomDocument()->documentElement->getAttribute(FetcherSvg::VIEW_BOX);
1625 $height = $this->getXmlDocument()->getDomDocument()->documentElement->getAttribute("height");
1642 $viewBox = $this->getXmlDom()->documentElement->getAttribute(FetcherSvg::VIEW_BOX);
1661 $width = $this->getXmlDom()->documentElement->getAttribute("width");