| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.document |
Classes to hold in memory a complete parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.its |
Classes to read, write and manipulate ITS data categories.
|
| 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 |
|---|---|
StartXliffData |
XLIFFDocument.getStartXliffData()
Gets the document-level data for this document.
|
| Constructor and Description |
|---|
XLIFFDocument(StartXliffData sxd) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ITSWriter.addDeclaration(StartXliffData sxd)
Adds the namespaces and version information for supporting ITS mapping in an XLIFF 2 document.
|
| Modifier and Type | Method and Description |
|---|---|
StartXliffData |
Event.getStartXliffData() |
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFWriter.writeStartDocument(StartXliffData docData,
String comment)
Writes the start of the document (the
<xliff> tag). |
Copyright © 2020. All rights reserved.