Home
last modified time | relevance | path

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

/template/strap/ComboStrap/Xml/
H A DXmlElement.php201 $this->insertAdjacentDomElement($position, $textNode);
229 $this->insertAdjacentDomElement($position, $internalElement);
347 public function insertAdjacentDomElement(string $position, \DOMNode $domNode): XmlElement function in ComboStrap\\Xml\\XmlElement