| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.glossary |
Classes to read, write and manipulate the elements and attributes of the
Glossary module.
|
| 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.reader |
Classes to read and validate an XLIFF document.
|
| net.sf.okapi.lib.xliff2.writer |
Classes to write a new XLIFF document or re-write an existing one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MidFileData
Implements the
IWithExtElements and IWithNotes interfaces. |
class |
StartGroupData
Represents the information associated with the start of a group.
|
class |
Unit
Represents the XLIFF
<unit> element. |
| Modifier and Type | Class and Description |
|---|---|
class |
GlossEntry
Represents the <glossEntry> element of the
Glossary module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Match
Represents the <match> element of the
Translation Candidates module.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
URIContext.searchExtensions(IWithExtElements parent,
AbstractMap.SimpleEntry<String,List<String>> extensionInfo)
Searches recursively an
IWithExtElements object for an extension object with a given id. |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionsWriter.buildExtElements(IWithExtElements parent,
Stack<NSContext> nsStack)
Builds the XLIFF output for a given object that has extension objects.
|
Copyright © 2020. All rights reserved.