| Package | Description |
|---|---|
| net.sf.okapi.filters.xliff2 | |
| net.sf.okapi.filters.xliff2.util | |
| net.sf.okapi.lib.xliff2.document |
Classes to hold in memory a complete parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.reader |
Classes to read and validate an XLIFF document.
|
| net.sf.okapi.lib.xliff2.writer |
Classes to write a new XLIFF document or re-write an existing one.
|
| net.sf.okapi.steps.rainbowkit.xliff |
| Modifier and Type | Method and Description |
|---|---|
StartGroup |
X2ToOkpConverter.convert(StartGroupData sgd,
String parentId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertiesMapper.setGroupProperties(StartGroupData xliffStartGroupData,
StartGroup okapiStartGroup)
Transfers properties from the XLIFF 2.0 Start Group Data to the Okapi Core
Start Group
|
static void |
PropertiesMapper.setGroupProperties(StartGroup okapiStartGroup,
StartGroupData xliffStartGroupData)
Transfers properties from the Okapi Core Start Group to the XLIFF 2.0 Start
Group Data
|
| Modifier and Type | Method and Description |
|---|---|
StartGroupData |
GroupNode.get()
Gets the
StartGroupData resource for this group node. |
| Constructor and Description |
|---|
GroupNode(GroupNode parent,
StartGroupData data)
Creates a new
GroupNode object with a given StartGroupData resource and parent. |
| Modifier and Type | Method and Description |
|---|---|
StartGroupData |
Event.getStartGroupData() |
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFWriter.writeStartGroup(StartGroupData startGroupData)
Writes the start of a <group> element.
|
| Modifier and Type | Method and Description |
|---|---|
protected StartGroupData |
XLIFF2PackageWriter.toXLIFF2StartGroupData(StartGroup sg)
Convert XLIFF 1.2 based Okapi StartGroup to XLIFF 2.0 based StartGroupData.
|
Copyright © 2022. All rights reserved.