An oai getrecord response
HTTP::OAI::GetRecord is derived from HTTP::OAI::Response and provides access to the data contained in an \s-1OAI\s0 GetRecord response in addition to the header information provided by OAI::Response.
use HTTP::OAI::GetRecord(); $res = new HTTP::OAI::GetRecord(); $res->record($rec);
This constructor method returns a new HTTP::OAI::GetRecord object. Returns the next record stored in the response, or undef if no more record are available. The record is returned as an OAI::Record. 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). Returns an \s-1XML::DOM\s0 object representing the GetRecord response.