Uses of Class
net.sf.okapi.common.filterwriter.ITSContent
-
Packages that use ITSContent Package Description net.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.filters.xliff -
-
Uses of ITSContent in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return ITSContent Modifier and Type Method Description ITSContentXLIFFContent. getItsCont()Constructors in net.sf.okapi.common.filterwriter with parameters of type ITSContent Constructor Description XLIFFContent(String codedText, List<Code> codes, XLIFFContent innerContent, CharsetEncoder chsEnc, List<GenericAnnotations> standoff, ITSContent itsCont) -
Uses of ITSContent in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return ITSContent Modifier and Type Method Description ITSContentXLIFFSkeletonWriter. getItsCont()Methods in net.sf.okapi.filters.xliff with parameters of type ITSContent Modifier and Type Method Description voidXLIFFSkeletonWriter. addUnusedAnnotations(StringBuilder endDoc, ITSContent itsContent, Collection<String> storedAnns, HashMap<String,GenericAnnotations> standoff, Class<? extends GenericAnnotations> type)Constructors in net.sf.okapi.filters.xliff with parameters of type ITSContent 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)
-