debian man page for http::oai::listmetadataformats

Query: http::oai::listmetadataformats

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTP::OAI::ListMetadataFormats(3pm)			User Contributed Perl Documentation		       HTTP::OAI::ListMetadataFormats(3pm)

NAME
HTTP::OAI::ListMetadataFormats - Provide access to an OAI ListMetadataFormats response
SYNOPSIS
my $r = $h->ListMetadataFormats; # ListMetadataFormats doesn't use flow control while( my $rec = $r->next ) { print $rec->metadataPrefix, " "; } die $r->message if $r->is_error;
METHODS
$lmdf = new HTTP::OAI::ListMetadataFormats This constructor method returns a new HTTP::OAI::ListMetadataFormats object. $mdf = $lmdf->next Returns either an HTTP::OAI::MetadataFormat object, or undef, if no more records are available. @mdfl = $lmdf->metadataFormat([$mdf]) Returns the metadataFormat list and optionally adds a new metadataFormat, $mdf. Returns an array ref of HTTP::OAI::MetadataFormats. $dom = $lmdf->toDOM Returns a XML::DOM object representing the ListMetadataFormats response. perl v5.12.4 2011-06-23 HTTP::OAI::ListMetadataFormats(3pm)
Related Man Pages
http::oai::harvester(3pm) - debian
http::oai::identify(3pm) - debian
http::oai::listidentifiers(3pm) - debian
http::oai::repository(3pm) - debian
http::oai::response(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
How to copy a column of multiple files and paste into new excel file (next to column)?