Uses of Class
net.sf.okapi.lib.xliff2.glossary.Term
-
Packages that use Term 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 Term in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return Term Modifier and Type Method Description TermGlossEntry. getTerm()Gets the term for this entry.TermGlossEntry. setTerm(Term term)Sets a new term for this entry.Methods in net.sf.okapi.lib.xliff2.glossary with parameters of type Term Modifier and Type Method Description TermGlossEntry. setTerm(Term term)Sets a new term for this entry.Constructors in net.sf.okapi.lib.xliff2.glossary with parameters of type Term Constructor Description Term(Term original)Copy constructor. -
Uses of Term in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff that return Term Modifier and Type Method Description static TermXLIFF2Utils. toXliffTerm(GlossEntry.Term term)
-