| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Segment
Represents a segment object.
|
| Modifier and Type | Method and Description |
|---|---|
Part |
Unit.appendIgnorable()
Appends an empty ignorable part to this unit.
|
static Part |
CloneFactory.create(Part original)
|
Part |
AnnotatedSpan.getEndPart()
Gets the
Part object where this span ends. |
Part |
Unit.getPart(int partIndex)
Gets the part at a given index.
|
Part |
AnnotatedSpan.getStartPart()
Gets the
Part object where this span starts. |
| Modifier and Type | Method and Description |
|---|---|
List<Part> |
Unit.getTargetOrderedParts()
Gets the list of the parts for this unit in the order specified for the target content.
|
Iterator<Part> |
Unit.iterator()
Creates a new iterator to loop through the segments and ignorables of this unit.
|
| Modifier and Type | Method and Description |
|---|---|
static Part |
CloneFactory.create(Part original)
|
void |
AnnotatedSpan.setEndPart(Part endPart)
Sets the part/segment where this span ends.
|
| Constructor and Description |
|---|
AnnotatedSpan(MTag marker,
Part startPart,
int start)
Creates a new
AnnotatedSpan object. |
Part(Part original)
Copy constructor.
|
Copyright © 2020. All rights reserved.