Uses of Class
net.sf.okapi.filters.xliff.its.ITSStandoffManager
-
Packages that use ITSStandoffManager Package Description net.sf.okapi.filters.xliff -
-
Uses of ITSStandoffManager in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return ITSStandoffManager Modifier and Type Method Description ITSStandoffManagerXLIFFITSFilterExtension. getITSStandoffManager()Gets the standoff manager object for this helper object.ITSStandoffManagerXLIFFSkeletonWriter. getITSStandoffManager()Methods in net.sf.okapi.filters.xliff with parameters of type ITSStandoffManager Modifier and Type Method Description voidXLIFFSkeletonWriter. setITSStandoffManager(ITSStandoffManager itsStandoffManager)Constructors in net.sf.okapi.filters.xliff with parameters of type ITSStandoffManager Constructor Description SdlXliffSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc)XLIFFSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc)
-