Uses of Class
net.sf.okapi.filters.xliff.Parameters
-
Packages that use Parameters Package Description net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff.iws -
-
Uses of Parameters in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return Parameters Modifier and Type Method Description ParametersXLIFFFilter. getParameters()ParametersXLIFFSkeletonWriter. getParams()Methods in net.sf.okapi.filters.xliff with parameters of type Parameters Modifier and Type Method Description Map<String,net.sf.okapi.filters.xliff.SdlTagDef>XliffSdlFilterExtension. parse(XMLStreamReader reader, Parameters params, SdlFileInfo sdlFileInfo)Constructors in net.sf.okapi.filters.xliff with parameters of type Parameters Constructor Description SdlXliffSkeletonWriter(Parameters params)SdlXliffSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc)XLIFFSkeletonWriter(Parameters params)XLIFFSkeletonWriter(Parameters params, XLIFFContent fmt, ITSContent itsCont, ITSStandoffManager itsStandoffManager, Map<String,GenericAnnotations> lqiStandoff, Map<String,GenericAnnotations> provStandoff, CharsetEncoder chsEnc) -
Uses of Parameters in net.sf.okapi.filters.xliff.iws
Constructors in net.sf.okapi.filters.xliff.iws with parameters of type Parameters Constructor Description IwsXliffSkeletonWriter(Parameters params)
-