Uses of Class
net.sf.okapi.lib.xliff2.glossary.Translation
-
Packages that use Translation Package Description net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module.net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of Translation in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return Translation Modifier and Type Method Description TranslationGlossEntry. addTranslation(String text)Adds a translation to this entry.Methods in net.sf.okapi.lib.xliff2.glossary that return types with arguments of type Translation Modifier and Type Method Description List<Translation>GlossEntry. getTranslations()Gets the list of theTranslationobjects for this entry.Iterator<Translation>GlossEntry. iterator()Constructors in net.sf.okapi.lib.xliff2.glossary with parameters of type Translation Constructor Description Translation(Translation original)Copy constructor. -
Uses of Translation in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff that return Translation Modifier and Type Method Description static TranslationXLIFF2Utils. toXliffTranslation(GlossEntry.Translation translation)
-