| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.its |
Classes to read, write and manipulate ITS data categories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MTag
Represents an opening or closing tag for an annotation marker.
|
class |
MTagCommon
Represents common data for the opening and closing
MTag. |
class |
Unit
Represents the XLIFF
<unit> element. |
| Modifier and Type | Class and Description |
|---|---|
class |
TermTag
Implements the XLIFF term annotation and the ITS
Terminology data category.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatorsRef |
ITSWriter.createAnnotatorsRef(IWithITSAttributes object) |
void |
ITSReader.fetchUnresolvedITSGroups(IWithITSAttributes parent)
Tries to resolve any un-resolved reference to ITS stand-off group.
|
String |
ITSWriter.outputAttributes(IWithITSAttributes object,
AnnotatorsRef objectAR,
AnnotatorsRef parentAR) |
boolean |
ITSReader.readAttributes(IWithITSGroups groupHolder,
IWithITSAttributes object,
AnnotatorsRef ar)
Reads the ITS attributes for the current element.
|
static void |
AnnotatorsRef.update(AnnotatorsRef ar,
IWithITSAttributes object)
Update an
AnnotatorsRef object with the values of the live object. |
Copyright © 2020. All rights reserved.