Provide access to an oai listmetadataformats response
my $r = $h->ListMetadataFormats; # ListMetadataFormats doesn't use flow control while( my $rec = $r->next ) { print $rec->metadataPrefix, "\n"; } die $r->message if $r->is_error;
This constructor method returns a new HTTP::OAI::ListMetadataFormats object. Returns either an HTTP::OAI::MetadataFormat object, or undef, if no more records are available. Returns the metadataFormat list and optionally adds a new metadataFormat, $mdf. Returns an array ref of HTTP::OAI::MetadataFormats. Returns a \s-1XML::DOM\s0 object representing the ListMetadataFormats response.