Package org.ametys.odf.oai
Class RecordHelper
- java.lang.Object
-
- org.ametys.odf.oai.RecordHelper
-
public final class RecordHelper extends Object
Helper for handling OAI records/
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
saxProgram(Program program, ContentHandler contentHandler, String metadataPrefix, ExportCDMfrManager exportCDMfrManager)
Generates SAX events representing a Program as an OAI record.
-
-
-
Method Detail
-
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.
-
-