debian man page for http::oai::getrecord

Query: http::oai::getrecord

OS: debian

Section: 3pm

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

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

NAME
HTTP::OAI::GetRecord - An OAI GetRecord response
DESCRIPTION
HTTP::OAI::GetRecord is derived from HTTP::OAI::Response and provides access to the data contained in an OAI GetRecord response in addition to the header information provided by OAI::Response.
SYNOPSIS
use HTTP::OAI::GetRecord(); $res = new HTTP::OAI::GetRecord(); $res->record($rec);
METHODS
$gr = new HTTP::OAI::GetRecord This constructor method returns a new HTTP::OAI::GetRecord object. $rec = $gr->next Returns the next record stored in the response, or undef if no more record are available. The record is returned as an OAI::Record. @recs = $gr->record([$rec]) Returns the record list, and optionally adds a record to the end of the queue. GetRecord will only store one record at a time, so this method will replace any existing record if called with argument(s). $dom = $gr->toDOM() Returns an XML::DOM object representing the GetRecord response. perl v5.12.4 2007-06-28 HTTP::OAI::GetRecord(3pm)
Related Man Pages
http::oai::listrecords(3pm) - debian
http::oai::response(3pm) - debian
http::proxy::bodyfilter::lines(3pm) - debian
http::response::encoding(3pm) - debian
mojo::message::response(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph