NAME
Net::OAI::GetRecord - The results of a GetRecord OAI-PMH verb.
SYNOPSIS
DESCRIPTION
METHODS
new()
record()
return the result as Net::OAI::Record.
header()
Shortcut to the header()
method of the Net::OAI::Record fetched.
metadata()
Shortcut to the metadata()
method of the Net::OAI::Record fetched. The return value may be undefined in case of deleted records or if no metadataHandler was provided.
recorddata()
Shortcut to the recorddata()
method of the Net::OAI::Record fetched. The return value may be undefined in case of deleted records or if no metadataHandler was provided.