| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.matches |
Classes to read, write and manipulate the elements and attributes of the
Translation Candidates module.
|
| net.sf.okapi.lib.xliff2.metadata |
Classes to read, write and manipulate the elements and attributes of the
Metadata module.
|
| Modifier and Type | Method and Description |
|---|---|
Metadata |
MidFileData.getMetadata() |
Metadata |
IWithMetadata.getMetadata()
Gets the
Metadata object for the parent, creates an empty of if there is none. |
| Modifier and Type | Method and Description |
|---|---|
void |
MidFileData.setMetadata(Metadata metadata) |
void |
IWithMetadata.setMetadata(Metadata metadata)
sets the
Metadata object for the parent. |
| Modifier and Type | Method and Description |
|---|---|
Metadata |
Match.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setMetadata(Metadata metadata) |
| Constructor and Description |
|---|
Metadata(Metadata original)
Copy constructor.
|
Copyright © 2020. All rights reserved.