| Package | Description |
|---|---|
| net.sf.okapi.filters.xliff2.util | |
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.document |
Classes to hold in memory a complete parsed XLIFF document.
|
| 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 | Method and Description |
|---|---|
static void |
NotesMapper.setNotes(IWithAnnotations sourceAnnotationsHolder,
StartFileData targetStartFileData)
A placeholder to give a warning if annotations are detected in the
StartSubDocument. |
static void |
PropertiesMapper.setStartFileProperties(StartFileData xliffStartFileData,
StartSubDocument okapiStartSubDoc)
Transfers properties from the XLIFF Toolkit StartFileData to the Okapi Core
StartSubDocument
|
static void |
PropertiesMapper.setStartFileProperties(StartSubDocument okapiStartSubDoc,
StartFileData xliffStartFileData)
Transfers properties from the Okapi Core StartSubDocument to the XLIFF
Toolkit StartFileData
|
| Constructor and Description |
|---|
Unit(String id,
StartFileData startFileData)
Creates a new
Unit object with a given id and file context. |
| Modifier and Type | Method and Description |
|---|---|
StartFileData |
FileNode.getStartData()
Gets the
StartFileData object for this file node. |
| Constructor and Description |
|---|
FileNode(StartFileData data)
Creates a new
FileNode object with a given StartFileData resource. |
| Modifier and Type | Method and Description |
|---|---|
StartFileData |
Event.getStartFileData() |
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFWriter.setStartFileData(StartFileData startFileData)
Sets the
StartFileData object to use for the next XLIFFWriter.writeStartFile(StartFileData) call. |
void |
XLIFFWriter.writeStartFile(StartFileData newFileData)
Writes the start of a <file> element.
|
Copyright © 2022. All rights reserved.