| Package | Description |
|---|---|
| net.sf.okapi.filters.xliff2.util | |
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.reader |
Classes to read and validate an XLIFF document.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NotesMapper.setAnnotations(IWithNotes sourceXliffNotesHolder,
IWithAnnotations targetAnnotationsHolder)
Takes notes from XLIFF 2.0 and stores them as Okapi Core Annotations
|
static void |
NotesMapper.setNotes(IWithAnnotations sourceAnnotationsHolder,
IWithNotes targetXliffNotesHolder)
Takes annotations from Okapi Core and stores them as XLIFF 2.0 notes
|
| Modifier and Type | Class and Description |
|---|---|
class |
MidFileData
Implements the
IWithExtElements and IWithNotes interfaces. |
class |
StartGroupData
Represents the information associated with the start of a group.
|
class |
Unit
Represents the XLIFF
<unit> element. |
| Modifier and Type | Method and Description |
|---|---|
static Note |
URIContext.searchNotes(IWithNotes parent,
String id)
Searches an
IWithNotes object for a note with a given id. |
Copyright © 2022. All rights reserved.