public class OkpToX2Converter extends Object
| Constructor and Description |
|---|
OkpToX2Converter() |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
handleEvent(Event okapiEvent,
XLIFF2FilterWriter xliff2FilterWriter)
Takes an Okapi Core event and produces a list of XLIFF Toolkit
Events. |
public List<Event> handleEvent(Event okapiEvent, XLIFF2FilterWriter xliff2FilterWriter)
Events. A list of events is produced because Okapi Core isn't a 1 to
1 map of the XLIFF Toolkit.okapiEvent - The Okapi Core eventxliff2FilterWriter - The filter writer being used to write the XLIFF 2.0
fileCopyright © 2022. All rights reserved.