| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.reader |
Classes to read and validate an XLIFF document.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Fragment.annotateWithNote(int start,
int end,
String noteContent)
Annotates a span of content in this fragment with a
Note object and add the new note to the container. |
| Modifier and Type | Method and Description |
|---|---|
void |
MidFileData.addNote(Note note) |
void |
IWithNotes.addNote(Note note)
Adds a note to the list of notes.
|
| Constructor and Description |
|---|
Note(Note original)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Note |
URIContext.searchNotes(IWithNotes parent,
String id)
Searches an
IWithNotes object for a note with a given id. |
Copyright © 2020. All rights reserved.