| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed 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 |
ExtContent
Represents an extension content object: a
IExtChild object of
type ExtChildType.TEXT or ExtChildType.CDATA. |
class |
ExtElement
Represent an extension (or un-supported module) element.
|
class |
ProcessingInstruction
Represents a processing instruction as an extension content object.
|
| Modifier and Type | Method and Description |
|---|---|
IExtChild |
ExtElement.addChild(IExtChild child)
Adds a
IExtChild object to this element. |
static IExtChild |
CloneFactory.create(IExtChild original)
Creates a deep-copy clone of a given
IExtChild object. |
| Modifier and Type | Method and Description |
|---|---|
List<IExtChild> |
ExtElement.getChildren()
Gets the list of the children of this element.
|
List<IExtChild> |
Skeleton.getChildren()
Gets the list of extension children for this skeleton.
|
| Modifier and Type | Method and Description |
|---|---|
IExtChild |
ExtElement.addChild(IExtChild child)
Adds a
IExtChild object to this element. |
void |
Skeleton.addChild(IExtChild child)
Adds an extension child to this skeleton.
|
static IExtChild |
CloneFactory.create(IExtChild original)
Creates a deep-copy clone of a given
IExtChild object. |
| Modifier and Type | Method and Description |
|---|---|
String |
ExtensionsWriter.buildExtChildren(List<IExtChild> list,
Stack<NSContext> nsStack)
Builds the XLIFF output for a given list of
IExtChild objects. |
Copyright © 2020. All rights reserved.