| Package | Description |
|---|---|
| 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.
|
| 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 © 2020. All rights reserved.