NAME

Net::OAI::Record - An OAI-PMH record.

SYNOPSIS

DESCRIPTION

METHODS

new()

probably don't want to instantiate this yourself

header()

Returns the Net::OAI::Header object for the OAI header element that accompanied the record.

metadata() =head2 recorddata()

Returns the object (SAX Handler!) used or created by the metadataHandler rsp. recordHandler filter class at the moment the OAI::Record was created, namely right after seeing the closing OAI record tag. Or - in the case of a Net::OAI::Record provided by the next() method of ListRecords, a clone created by means of Storable.

Will be undef when no corresponding option was provided.

Access to the actual data if desired has to be provided by the Handler class. Note that in the case of deleted records the

TODO

SEE ALSO

AUTHORS

Ed Summers <ehs@pobox.com>