public function convert() { if (!$this->_writer) { $this->_writer = new XMLWriter(); $this->_writer->open('php://stdout'); } $this->_convertRoot(); }