Searched refs:xmlDom (Results 1 – 1 of 1) sorted by relevance
53 private $xmlDom = null; variable in ComboStrap\\XmlDocument101 $this->xmlDom = new DOMDocument('1.0', 'UTF-8');121 $result = $this->xmlDom->loadXML($text, $options);141 $result = $this->xmlDom->loadHTML($htmlEntityEncoded, $options);262 return $this->xmlDom;269 $this->xmlDom->documentElement->setAttribute($name, $value);279 $value = $this->xmlDom->documentElement->getAttribute($name);535 $this->xmlDom->formatOutput = true;567 $this->xmlDom->documentElement->normalize();600 $this->xmlDom->preserveWhiteSpace = false;