Query: http::oai::identify
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTTP::OAI::Identify(3pm) User Contributed Perl Documentation HTTP::OAI::Identify(3pm)NAMEHTTP::OAI::Identify - Provide access to an OAI Identify responseSYNOPSISuse HTTP::OAI::Identify; my $i = new HTTP::OAI::Identify( adminEmail=>'billg@microsoft.com', baseURL=>'http://www.myarchives.org/oai', repositoryName=>'www.myarchives.org' ); for( $i->adminEmail ) { print $_, " "; }METHODS$i = new HTTP::OAI::Identify(-baseURL=>'http://arXiv.org/oai1'[, adminEmail=>$email, protocolVersion=>'2.0', repositoryName=>'myarchive']) This constructor method returns a new instance of the OAI::Identify module. $i->version Return the original version of the OAI response, according to the given XML namespace. $i->headers Returns an HTTP::OAI::Headers object. Use $headers->header('headername') to retrive field values. $burl = $i->baseURL([$burl]) $eds = $i->earliestDatestamp([$eds]) $gran = $i->granularity([$gran]) $version = $i->protocolVersion($version) $name = $i->repositoryName($name) Returns and optionally sets the relevent header. NOTE: protocolVersion will always be '2.0'. Use $i->version to find out the protocol version used by the repository. @addys = $i->adminEmail([$email]) @cmps = $i->compression([$cmp]) Returns and optionally adds to the multi-value headers. @dl = $i->description([$d]) Returns the description list and optionally appends a new description $d. Returns an array ref of HTTP::OAI::Descriptions, or an empty ref if there are no description. $d = $i->next Returns the next description or undef if no more description left. $dom = $i->toDOM Returns a XML::DOM object representing the Identify response. perl v5.12.4 2011-06-23 HTTP::OAI::Identify(3pm)
Related Man Pages |
---|
http::message(3) - redhat |
http::request5.18(3) - mojave |
http::request(3) - mojave |
http::oai::repository(3pm) - debian |
padre::task::lwp(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
OOPMH! 1.0 (Default branch) |
Identify matching data in a file and output to original line, in perl |
Identify User Attributes |
Perl -> Identify Values |
Identify missing file |