Uses of Interface
net.sf.okapi.filters.xliff.its.IITSDataStore
-
Packages that use IITSDataStore Package Description net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff.its -
-
Uses of IITSDataStore in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type IITSDataStore Modifier and Type Method Description voidXLIFFFilter. open(RawDocument input, boolean generateSkeleton, IITSDataStore datastore)Opens the input document described in a give RawDocument object, optionally creates skeleton information, and set the default data store to use to harvest ITS standoff annotations.Constructors in net.sf.okapi.filters.xliff with parameters of type IITSDataStore Constructor Description XLIFFITSFilterExtension(XMLInputFactory xmlFactory, IITSDataStore datastore, URI docURI, XLIFFFilter filter) -
Uses of IITSDataStore in net.sf.okapi.filters.xliff.its
Classes in net.sf.okapi.filters.xliff.its that implement IITSDataStore Modifier and Type Class Description classITSDefaultDataStoreSimple HashMap for storing ITS references for future use.Methods in net.sf.okapi.filters.xliff.its that return IITSDataStore Modifier and Type Method Description IITSDataStoreITSStandoffManager. getDataStore()Constructors in net.sf.okapi.filters.xliff.its with parameters of type IITSDataStore Constructor Description ITSStandoffManager(IITSDataStore dataStore)Use specified storage for ITS standoff annotations.
-