| 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 |
|---|---|
Directionality |
CTag.getDataDir()
Gets the directionality of the original data of this code's tag.
|
Directionality |
CTag.getDir()
Gets the directionality of the content of this code.
|
Directionality |
Fragment.getDir(boolean resolved)
Gets the directionality of this fragment.
|
Directionality |
IWithInheritedData.getSourceDir() |
Directionality |
IWithStore.getSourceDir() |
Directionality |
Store.getSourceDir()
Gets the source directionality for this store.
|
Directionality |
InheritedData.getSourceDir() |
Directionality |
IWithInheritedData.getTargetDir() |
Directionality |
IWithStore.getTargetDir() |
Directionality |
Store.getTargetDir()
Gets the target directionality for this store.
|
Directionality |
InheritedData.getTargetDir() |
static Directionality |
Directionality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Directionality[] |
Directionality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTag.setDataDir(Directionality dir)
Sets the directionality of the original data of this code's tag.
|
void |
CTag.setDir(Directionality dir)
Sets the directionality of the content of this code (for both opening/closing tags).
|
void |
Fragment.setDir(Directionality dir)
Sets the directionality for this fragment.
|
void |
IWithInheritedData.setSourceDir(Directionality dir) |
void |
IWithStore.setSourceDir(Directionality dir) |
void |
Store.setSourceDir(Directionality dir)
Sets the source directionality for this store.
|
void |
InheritedData.setSourceDir(Directionality dir) |
void |
IWithInheritedData.setTargetDir(Directionality dir) |
void |
IWithStore.setTargetDir(Directionality dir) |
void |
Store.setTargetDir(Directionality dir)
Sets the target directionality for this store.
|
void |
InheritedData.setTargetDir(Directionality dir) |
| Modifier and Type | Method and Description |
|---|---|
Directionality |
Match.getSourceDir() |
Directionality |
Match.getTargetDir() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setSourceDir(Directionality dir) |
void |
Match.setTargetDir(Directionality dir) |
Copyright © 2020. All rights reserved.