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::Header(3) User Contributed Perl Documentation HTTP::OAI::Header(3)

HTTP::OAI::Header - Encapsulates an OAI header structure

        use HTTP::OAI::Header;
        my $h = new HTTP::OAI::Header(
                identifier=>'oai:myarchive.org:2233-add',
                datestamp=>'2002-04-12T20:31:00Z',
        );
        $h->setSpec('all:novels');

$h = new HTTP::OAI::Header
This constructor method returns a new "HTTP::OAI::Header object".
$h->identifier([$identifier])
Get and optionally set the record OAI identifier.
$h->datestamp([$datestamp])
Get and optionally set the record datestamp (OAI 2.0+).
$h->status([$status])
Get and optionally set the record status (valid values are 'deleted' or undef).
$h->is_deleted()
Returns whether this record's status is deleted.
@sets = $h->setSpec([$setSpec])
Returns the list of setSpecs and optionally appends a new setSpec $setSpec (OAI 2.0+).
$dom_fragment = $id->generate()
Act as a SAX driver (use "$h->set_handler()" to specify the filter to pass events to).
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.