Home
last modified time | relevance | path

Searched refs:xmlDocument (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/Xml/
H A DXmlSystems.php343 public static function deleteAllElementsByName(string $elementName, XmlDocument $xmlDocument) argument
347 $svgElement = $xmlDocument->xpath($xpathQuery);
353 $nodeElement = XmlElement::create($svgElement[$i], $xmlDocument);
H A DXmlElement.php38 public static function create($domElement, XmlDocument $xmlDocument): XmlElement argument
40 return new XmlElement($domElement, $xmlDocument);
/template/strap/ComboStrap/
H A DFetcherSvg.php699 private ?XmlDocument $xmlDocument = null; variable in ComboStrap\\FetcherSvg
760 return $this->xmlDocument;
1687 if ($this->xmlDocument !== null) {
1696 $this->xmlDocument = XmlDocument::createXmlDocFromMarkup($markup);
1697 $localName = $this->xmlDocument->getElement()->getLocalName();