Uses of Class
net.sf.okapi.lib.xliff2.core.Store
-
Packages that use Store 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 Store in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Store Modifier and Type Method Description StoreFragment. getStore()Gets the store associated with this fragment.StoreIWithStore. getStore()Gets theStoreobject of this object.StorePart. getStore()Gets the store for this part.StoreTags. getStore()Gets the store associated with this collection.StoreUnit. getStore()Gets the store for this unit.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Store Constructor Description Fragment(Fragment original, Store store, boolean target)Copy constructor.Fragment(Store store, boolean target)Creates a new source or targetFragmentobject.Fragment(Store store, boolean target, String plainText)Creates a new source or targetFragmentobject with a content.Part(Store store)Creates a new part with an empty source.Part(Store store, String sourceContent)Creates a new part with a given plain text source.Segment(Store store)Creates a newSegmentobject.Tags(Store store)Creates a newTagsobject. -
Uses of Store in net.sf.okapi.lib.xliff2.matches
Methods in net.sf.okapi.lib.xliff2.matches that return Store Modifier and Type Method Description StoreMatch. getStore()Gets theStoreobject associated with this match.
-