logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

HTTP::OAI::MetadataFormat - Encapsulates OAI metadataFormat XML data

Contents

Methods

       $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.36.0                                       2023-09-28                     HTTP::OAI::MetadataFormat(3pm)

Name

       HTTP::OAI::MetadataFormat - Encapsulates OAI metadataFormat XML data

See Also