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