Searched refs:xmlDocument (Results 1 – 3 of 3) sorted by relevance
343 public static function deleteAllElementsByName(string $elementName, XmlDocument $xmlDocument) argument347 $svgElement = $xmlDocument->xpath($xpathQuery);353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
38 public static function create($domElement, XmlDocument $xmlDocument): XmlElement argument40 return new XmlElement($domElement, $xmlDocument);
699 private ?XmlDocument $xmlDocument = null; variable in ComboStrap\\FetcherSvg760 return $this->xmlDocument;1687 if ($this->xmlDocument !== null) {1696 $this->xmlDocument = XmlDocument::createXmlDocFromMarkup($markup);1697 $localName = $this->xmlDocument->getElement()->getLocalName();