Uses of Class
net.sf.okapi.lib.xliff2.glossary.Glossary
-
Packages that use Glossary Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.glossary Classes to read, write and manipulate the elements and attributes of the Glossary module. -
-
Uses of Glossary in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Glossary Modifier and Type Method Description GlossaryUnit. getGlossary()Gets theGlossaryobject for this unit, creates an empty of if there is none.Methods in net.sf.okapi.lib.xliff2.core with parameters of type Glossary Modifier and Type Method Description voidUnit. setGlossary(Glossary glossary)sets theGlossaryobject for this unit. -
Uses of Glossary in net.sf.okapi.lib.xliff2.glossary
Constructors in net.sf.okapi.lib.xliff2.glossary with parameters of type Glossary Constructor Description Glossary(Glossary original)Copy constructor.
-