Uses of Class
net.sf.okapi.lib.xliff2.core.ExtElements
-
Packages that use ExtElements 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.net.sf.okapi.lib.xliff2.matches Classes to read, write and manipulate the elements and attributes of the Translation Candidates module. -
-
Uses of ExtElements in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtElements Modifier and Type Method Description ExtElementsIWithExtElements. getExtElements()Gets theExtElementsobject associated with this object.ExtElementsIWithExtElements. setExtElements(ExtElements elements)Sets theExtElementsobject associated with this object.Methods in net.sf.okapi.lib.xliff2.core with parameters of type ExtElements Modifier and Type Method Description ExtElementsIWithExtElements. setExtElements(ExtElements elements)Sets theExtElementsobject associated with this object.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type ExtElements Constructor Description ExtElements(ExtElements original)Copy constructor. -
Uses of ExtElements in net.sf.okapi.lib.xliff2.glossary
Methods in net.sf.okapi.lib.xliff2.glossary that return ExtElements Modifier and Type Method Description ExtElementsGlossEntry. getExtElements()ExtElementsGlossEntry. setExtElements(ExtElements elements)Methods in net.sf.okapi.lib.xliff2.glossary with parameters of type ExtElements Modifier and Type Method Description ExtElementsGlossEntry. setExtElements(ExtElements elements) -
Uses of ExtElements in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return ExtElements Modifier and Type Method Description ExtElementsMatch. getExtElements()ExtElementsMatch. setExtElements(ExtElements elements)Methods in net.sf.okapi.lib.xliff2.matches with parameters of type ExtElements Modifier and Type Method Description ExtElementsMatch. setExtElements(ExtElements elements)
-