Man Page: http::oai::metadataformat
Operating Environment: debian
Section: 3pm
HTTP::OAI::MetadataFormat(3pm) User Contributed Perl Documentation HTTP::OAI::MetadataFormat(3pm)NAMEHTTP::OAI::MetadataFormat - Encapsulates OAI metadataFormat XML dataMETHODS$mdf = new HTTP::OAI::MetadataFormat This constructor method returns a new HTTP::OAI::MetadataFormat object. $mdp = $mdf->metadataPrefix([$mdp]) $schema = $mdf->schema([$schema]) $ns = $mdf->metadataNamespace([$ns]) These methods respectively return and optionally set the metadataPrefix, schema and, metadataNamespace, for the metadataFormat record. metadataNamespace is optional in OAI 1.x and therefore may be undef when harvesting pre OAI 2 repositories. perl v5.12.4 2011-06-23 HTTP::OAI::MetadataFormat(3pm)