public final class RecordHelper extends Object
Modifier | Constructor and Description |
---|---|
private |
RecordHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
saxProgram(Program program,
ContentHandler contentHandler,
String metadataPrefix,
ExportCDMfrManager exportCDMfrManager)
Generates SAX events representing a Program as an OAI record.
|
private RecordHelper()
public static void saxProgram(Program program, ContentHandler contentHandler, String metadataPrefix, ExportCDMfrManager exportCDMfrManager) throws SAXException
program
- the Program
.contentHandler
- the ContentHandler
.metadataPrefix
- "cdm" or "oai_dc".exportCDMfrManager
- the ExportCDMfrManager
.SAXException
- if an error occurs.