Uses of Class
net.sf.okapi.lib.xliff2.its.AnnotatorsRef
-
Packages that use AnnotatorsRef 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. -
-
Uses of AnnotatorsRef in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return AnnotatorsRef Modifier and Type Method Description AnnotatorsRefInheritedData. getAnnotatorsRef()AnnotatorsRefIWithInheritedData. getAnnotatorsRef()Gets the annotators-references for this object.Methods in net.sf.okapi.lib.xliff2.core with parameters of type AnnotatorsRef Modifier and Type Method Description voidInheritedData. setAnnotatorsRef(AnnotatorsRef annotators)voidIWithInheritedData. setAnnotatorsRef(AnnotatorsRef annotators)Sets the annotators-references for this object. -
Uses of AnnotatorsRef in net.sf.okapi.lib.xliff2.its
Methods in net.sf.okapi.lib.xliff2.its that return AnnotatorsRef Modifier and Type Method Description AnnotatorsRefITSWriter. createAnnotatorsRef(IWithITSAttributes object)AnnotatorsRefITSReader. readAnnotatorsRef(boolean local, AnnotatorsRef parentAR)Reads the annotatorsRef attribute from the current element.Methods in net.sf.okapi.lib.xliff2.its that return types with arguments of type AnnotatorsRef Modifier and Type Method Description List<AbstractMap.SimpleEntry<String,AnnotatorsRef>>ITSWriter. createAnnotatorsRefList(Stack<InheritedData> context)Methods in net.sf.okapi.lib.xliff2.its with parameters of type AnnotatorsRef Modifier and Type Method Description StringITSWriter. outputAttributes(IWithITSAttributes object, AnnotatorsRef objectAR, AnnotatorsRef parentAR)static StringAnnotatorsRef. 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.StringAnnotatorsRef. printDifferences(AnnotatorsRef parentAR)Output the annotator-references of this set that are not in a given parent set.AnnotatorsRefITSReader. readAnnotatorsRef(boolean local, AnnotatorsRef parentAR)Reads the annotatorsRef attribute from the current element.booleanITSReader. readAttributes(IWithITSGroups groupHolder, IWithITSAttributes object, AnnotatorsRef ar)Reads the ITS attributes for the current element.voidITSReader. readStandOffElements(String initialLocName, IWithITSGroups groupHolder, AnnotatorsRef ar)Reads the stand-off ITS elementsvoidITSReader. readTerminology(TermTag marker, AnnotatorsRef ar)Reads the ITS attributes for terminology.voidDataCategory. setAnnotatorRef(AnnotatorsRef ar)voidDataCategoryGroup. setAnnotatorRef(AnnotatorsRef ar)voidIITSItem. setAnnotatorRef(AnnotatorsRef ar)Sets the annotator reference information for this data category.voidTermTag. setAnnotatorRef(AnnotatorsRef ar)Sets the annotator reference information for this data category.static voidAnnotatorsRef. update(AnnotatorsRef ar, IWithITSAttributes object)Update anAnnotatorsRefobject with the values of the live object.Constructors in net.sf.okapi.lib.xliff2.its with parameters of type AnnotatorsRef Constructor Description AnnotatorsRef(AnnotatorsRef original)Copy constructor.TermTag(MTag tag, String type, AnnotatorsRef ar)Creates a new openingTermTagobject from an existing marker tag.
-