Uses of Interface
net.sf.okapi.lib.xliff2.its.IWithITSAttributes
-
Packages that use IWithITSAttributes 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 IWithITSAttributes in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithITSAttributes Modifier and Type Class Description classMTagRepresents an opening or closing tag for an annotation marker.classMTagCommonRepresents common data for the opening and closingMTag.classUnitRepresents the XLIFF<unit>element. -
Uses of IWithITSAttributes in net.sf.okapi.lib.xliff2.its
Classes in net.sf.okapi.lib.xliff2.its that implement IWithITSAttributes Modifier and Type Class Description classTermTagImplements the XLIFF term annotation and the ITS Terminology data category.Methods in net.sf.okapi.lib.xliff2.its with parameters of type IWithITSAttributes Modifier and Type Method Description AnnotatorsRefITSWriter. createAnnotatorsRef(IWithITSAttributes object)voidITSReader. fetchUnresolvedITSGroups(IWithITSAttributes parent)Tries to resolve any un-resolved reference to ITS stand-off group.StringITSWriter. outputAttributes(IWithITSAttributes object, AnnotatorsRef objectAR, AnnotatorsRef parentAR)booleanITSReader. readAttributes(IWithITSGroups groupHolder, IWithITSAttributes object, AnnotatorsRef ar)Reads the ITS attributes for the current element.static voidAnnotatorsRef. update(AnnotatorsRef ar, IWithITSAttributes object)Update anAnnotatorsRefobject with the values of the live object.
-