public interface EacExporter extends XmlExporter<HistoricalAgent>
Modifier and Type | Method and Description |
---|---|
void |
export(HistoricalAgent agent,
OutputStream outputStream,
String langCode)
Export a historical agent as an EAC document.
|
Document |
export(HistoricalAgent agent,
String langCode)
Export a historical agent as an EAC document.
|
void export(HistoricalAgent agent, OutputStream outputStream, String langCode) throws IOException, TransformerException
export
in interface XmlExporter<HistoricalAgent>
agent
- the historical agentoutputStream
- the output stream to write to.langCode
- the preferred language code when multiple
descriptions are availableIOException
TransformerException
Document export(HistoricalAgent agent, String langCode) throws IOException
export
in interface XmlExporter<HistoricalAgent>
agent
- the historical agentlangCode
- the preferred language code when multiple
descriptions are availableIOException
Copyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.