Home
last modified time | relevance | path

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

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