Uses of Interface
net.sf.okapi.lib.xliff2.core.IWithStore
-
Packages that use IWithStore 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 IWithStore in net.sf.okapi.lib.xliff2.core
Classes in net.sf.okapi.lib.xliff2.core that implement IWithStore Modifier and Type Class Description classUnitRepresents the XLIFF<unit>element.Methods in net.sf.okapi.lib.xliff2.core that return IWithStore Modifier and Type Method Description IWithStoreStore. getParent()Gets the main object associated with this store.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type IWithStore Constructor Description Store(IWithStore parent)Creates a new store and associates it to a given parent object (e.g. -
Uses of IWithStore in net.sf.okapi.lib.xliff2.matches
Classes in net.sf.okapi.lib.xliff2.matches that implement IWithStore Modifier and Type Class Description classMatchRepresents the <match> element of the Translation Candidates module.
-