resultSetMapURL = $this->_xpath->query('//yh:ResultSetMapUrl/text()')->item(0)->data; } /** * Overrides Zend_Service_Yahoo_ResultSet::current() * * @return Zend_Service_Yahoo_LocalResult */ public function current() { return new Zend_Service_Yahoo_LocalResult($this->_results->item($this->_currentIndex)); } }