Home
last modified time | relevance | path

Searched refs:toXmlNormalized (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/Xml/
H A DXhtmlUtility.php80 return $xmlDoc->toXmlNormalized();
H A DXmlSystems.php102 return $xmlDoc->toXmlNormalized();
H A DXmlElement.php117 return $this->document->toXmlNormalized($this->domElement);
H A DXmlDocument.php619 public function toXmlNormalized(DOMElement $element = null): string function in ComboStrap\\Xml\\XmlDocument