Query: http::oai::header
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP::OAI::Header(3pm) User Contributed Perl Documentation HTTP::OAI::Header(3pm)NAMEHTTP::OAI::Header - Encapsulates an OAI header structureSYNOPSISuse 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');METHODS$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). perl v5.12.4 2011-06-24 HTTP::OAI::Header(3pm)
| Related Man Pages |
|---|
| net::http::nb(3) - suse |
| net::http::nb(3) - osx |
| net::http::nb(3) - centos |
| http::oai::identify(3pm) - debian |
| http::oai::listrecords(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |