Package org.ametys.odf.oai
Class RecordHelper
java.lang.Object
org.ametys.odf.oai.RecordHelper
Helper for handling OAI records/
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
saxProgram
(Program program, ContentHandler contentHandler, String metadataPrefix, ExportCDMfrManager exportCDMfrManager) Generates SAX events representing a Program as an OAI record.
-
Method Details
-
saxProgram
public static void saxProgram(Program program, ContentHandler contentHandler, String metadataPrefix, ExportCDMfrManager exportCDMfrManager) throws SAXException Generates SAX events representing a Program as an OAI record.- Parameters:
program
- theProgram
.contentHandler
- theContentHandler
.metadataPrefix
- "cdm" or "oai_dc".exportCDMfrManager
- theExportCDMfrManager
.- Throws:
SAXException
- if an error occurs.
-