Uses of Class
net.sf.okapi.common.filterwriter.TMXWriter
-
Packages that use TMXWriter Package Description net.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.steps.leveraging net.sf.okapi.steps.rainbowkit.common net.sf.okapi.tm.pensieve.tmx -
-
Uses of TMXWriter in net.sf.okapi.common.filterwriter
Constructors in net.sf.okapi.common.filterwriter with parameters of type TMXWriter Constructor Description TMXFilterWriter(TMXWriter writer) -
Uses of TMXWriter in net.sf.okapi.steps.leveraging
Methods in net.sf.okapi.steps.leveraging that return TMXWriter Modifier and Type Method Description protected TMXWriterLeveragingStep. getTMXWriter() -
Uses of TMXWriter in net.sf.okapi.steps.rainbowkit.common
Fields in net.sf.okapi.steps.rainbowkit.common declared as TMXWriter Modifier and Type Field Description protected TMXWriterBasePackageWriter. tmxWriterAlternatesprotected TMXWriterBasePackageWriter. tmxWriterApprovedprotected TMXWriterBasePackageWriter. tmxWriterLeverageprotected TMXWriterBasePackageWriter. tmxWriterUnApproved -
Uses of TMXWriter in net.sf.okapi.tm.pensieve.tmx
Methods in net.sf.okapi.tm.pensieve.tmx with parameters of type TMXWriter Modifier and Type Method Description voidITmxExporter. exportTmx(LocaleId sourceLocale, LocaleId targetLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source and target language to TMXvoidITmxExporter. exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all Pensieve contents matching source languages to TMXvoidOkapiTmxExporter. exportTmx(LocaleId sourceLang, LocaleId targetLang, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports only a specific target locale Pensieve to TMXvoidOkapiTmxExporter. exportTmx(LocaleId sourceLocale, ITmSeeker tmSeeker, TMXWriter tmxWriter)Exports all target locales in Pensieve to TMX
-