| 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 | Method and Description |
|---|---|
ITSItems |
Unit.getITSItems() |
ITSItems |
MTagCommon.getITSItems() |
ITSItems |
MTag.getITSItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Unit.setITSItems(ITSItems itsItems) |
void |
MTagCommon.setITSItems(ITSItems itsItems) |
void |
MTag.setITSItems(ITSItems itsItems) |
| Modifier and Type | Method and Description |
|---|---|
ITSItems |
TermTag.getITSItems()
This method always return null: Only the Terminology data category can be used on a term annotation.
|
ITSItems |
IWithITSAttributes.getITSItems()
Gets the ITS items associated with this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TermTag.setITSItems(ITSItems itsItems)
This method always throws an UnsupportedOperationException exception:
Only the Terminology data category can be used on a term annotation.
|
void |
IWithITSAttributes.setITSItems(ITSItems items)
Sets the list of the ITS items associated with this object.
|
| Constructor and Description |
|---|
ITSItems(ITSItems original)
Copy constructor.
|
Copyright © 2020. All rights reserved.