Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
DExplain.php26 private $_document; variable in PhpCss\\Ast\\Visitor\\Explain
41 $this->_current = $this->_document = new DOMDocument();
48 return (string)$this->_document->saveXml();
61 $result = $this->_document->createElementNS($this->_xmlns, $name);
64 $this->_document->createElementNs($this->_xmlns, $contentType)
68 $this->_document->createCDATASection($content)
72 $this->_document->createTextNode($content)
88 $this->_document->createElementNs($this->_xmlns, 'text')
92 $this->_document->createCDATASection($content)
96 $this->_document->createTextNode($content)
[all …]