_rootElement = $rootElement; $this->_rootNamespace = $rootNamespace; $this->_rootNamespaceURI = $rootNamespaceURI; $this->_text = $text; } public function transferFromDOM($node) { parent::transferFromDOM($node); $this->_rootNamespace = null; $this->_rootNamespaceURI = $node->namespaceURI; $this->_rootElement = $node->localName; } }