The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Gnavi::SearchResult - Seach Result For Gnavi Search

SYNOPSIS

   my $gnavi = WebService::Gnavi->new(...);
   my $res   = $gnavi->search({ ... });
   my $pager = $res->pager;
   my @restaurants = $res->list;

METHODS

parse($xml)

Creates a new WebService::Gnavi::SearchResult instance from a XML::LibXML document.

pager

Returns the pager

list

Returns the list of restaurants that were included in the response