public function appendTo(Element $parent) { $parent->appendChild($parent->ownerDocument->importNode($this->_node, TRUE)); return $parent; }