| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2 |
Classes shared across the library.
|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.renderer | |
| 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 |
|---|---|
NSContext |
NSContext.clone() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Fragment.printExtAttributes(Tag tag,
StringBuilder output,
Stack<NSContext> nsStack) |
String |
Fragment.toXLIFF(Stack<NSContext> nsStack,
Stack<InheritedData> context,
boolean withOriginalData)
Creates an XLIFF output for this fragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFFragmentRenderer.set(Fragment fragment,
Stack<NSContext> nsStack) |
void |
IFragmentRenderer.set(Fragment fragment,
Stack<NSContext> nsStack)
Sets the fragment to iterate through and the namespace context.
|
| Constructor and Description |
|---|
XLIFFFragmentRenderer(Fragment fragment,
Stack<NSContext> nsStack)
Creates a new
XLIFFFragmentRenderer object for a given fragment and namespace context. |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionsWriter.buildExtAttributes(ExtAttributes attributes,
Stack<NSContext> nsStack)
Builds the XLIFF output for a giveb
ExtAttributes object. |
String |
ExtensionsWriter.buildExtChildren(List<IExtChild> list,
Stack<NSContext> nsStack)
Builds the XLIFF output for a given list of
IExtChild objects. |
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.