GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTTP::OAI::GetRecord(3) User Contributed Perl Documentation HTTP::OAI::GetRecord(3)

HTTP::OAI::GetRecord - An OAI GetRecord response

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.

        use HTTP::OAI::GetRecord();
        $res = new HTTP::OAI::GetRecord();
        $res->record($rec);

$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.
2022-09-13 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.