| Package | Description |
|---|---|
| net.sf.okapi.lib.xliff2.core |
Classes implementing the object model of a parsed XLIFF document.
|
| net.sf.okapi.lib.xliff2.its |
Classes to read, write and manipulate ITS data categories.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatorsRef |
IWithInheritedData.getAnnotatorsRef()
Gets the annotators-references for this object.
|
AnnotatorsRef |
InheritedData.getAnnotatorsRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
IWithInheritedData.setAnnotatorsRef(AnnotatorsRef annotators)
Sets the annotators-references for this object.
|
void |
InheritedData.setAnnotatorsRef(AnnotatorsRef annotators) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatorsRef |
ITSWriter.createAnnotatorsRef(IWithITSAttributes object) |
AnnotatorsRef |
ITSReader.readAnnotatorsRef(boolean local,
AnnotatorsRef parentAR)
Reads the annotatorsRef attribute from the current element.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMap.SimpleEntry<String,AnnotatorsRef>> |
ITSWriter.createAnnotatorsRefList(Stack<InheritedData> context) |
| Modifier and Type | Method and Description |
|---|---|
String |
ITSWriter.outputAttributes(IWithITSAttributes object,
AnnotatorsRef objectAR,
AnnotatorsRef parentAR) |
static String |
AnnotatorsRef.printDCIfDifferent(String dcIdentifier,
String value,
AnnotatorsRef parentAR)
Compares a give annotator-reference value and parent's value for a given data category
and output the value if it is difference form the parent's value
or if the parent's value is null.
|
String |
AnnotatorsRef.printDifferences(AnnotatorsRef parentAR)
Output the annotator-references of this set that are not in a given parent set.
|
AnnotatorsRef |
ITSReader.readAnnotatorsRef(boolean local,
AnnotatorsRef parentAR)
Reads the annotatorsRef attribute from the current element.
|
boolean |
ITSReader.readAttributes(IWithITSGroups groupHolder,
IWithITSAttributes object,
AnnotatorsRef ar)
Reads the ITS attributes for the current element.
|
void |
ITSReader.readStandOffElements(String initialLocName,
IWithITSGroups groupHolder,
AnnotatorsRef ar)
Reads the stand-off ITS elements
|
void |
ITSReader.readTerminology(TermTag marker,
AnnotatorsRef ar)
Reads the ITS attributes for terminology.
|
void |
TermTag.setAnnotatorRef(AnnotatorsRef ar)
Sets the annotator reference information for this data category.
|
void |
IITSItem.setAnnotatorRef(AnnotatorsRef ar)
Sets the annotator reference information for this data category.
|
void |
DataCategoryGroup.setAnnotatorRef(AnnotatorsRef ar) |
void |
DataCategory.setAnnotatorRef(AnnotatorsRef ar) |
static void |
AnnotatorsRef.update(AnnotatorsRef ar,
IWithITSAttributes object)
Update an
AnnotatorsRef object with the values of the live object. |
| Constructor and Description |
|---|
AnnotatorsRef(AnnotatorsRef original)
Copy constructor.
|
TermTag(MTag tag,
String type,
AnnotatorsRef ar)
Creates a new opening
TermTag object from an existing marker tag. |
Copyright © 2020. All rights reserved.