| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
Unit.getStore()
Gets the store for this unit.
|
Store |
Tags.getStore()
Gets the store associated with this collection.
|
Store |
Part.getStore()
Gets the store for this part.
|
Store |
IWithStore.getStore()
Gets the
Store object of this object. |
Store |
Fragment.getStore()
Gets the store associated with this fragment.
|
| Constructor and Description |
|---|
Fragment(Fragment original,
Store store,
boolean target)
Copy constructor.
|
Fragment(Store store,
boolean target)
Creates a new source or target
Fragment object. |
Fragment(Store store,
boolean target,
String plainText)
Creates a new source or target
Fragment object with a content. |
Part(Store store)
Creates a new part with an empty source.
|
Part(Store store,
String sourceContent)
Creates a new part with a given plain text source.
|
Segment(Store store)
Creates a new
Segment object. |
Tags(Store store)
Creates a new
Tags object. |
| Modifier and Type | Method and Description |
|---|---|
Store |
Match.getStore()
Gets the
Store object associated with this match. |
Copyright © 2020. All rights reserved.