Uses of Interface
net.sf.okapi.common.encoder.IEncoder
-
Packages that use IEncoder Package Description net.sf.okapi.common.encoder Classes to implement and manage encoders for different file formats.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.layerprovider net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.filters.abstractmarkup net.sf.okapi.filters.mif net.sf.okapi.filters.mosestext net.sf.okapi.filters.multiparsers net.sf.okapi.filters.tex net.sf.okapi.filters.yaml -
-
Uses of IEncoder in net.sf.okapi.common.encoder
Classes in net.sf.okapi.common.encoder that implement IEncoder Modifier and Type Class Description classCDATAEncoderclassDefaultEncoderImplementsIEncoderfor non-specific formats.classDTDEncoderImplementsIEncoderfor DTD text.classEncoderManagerProvides caching and lookup mechanism for the text encoders used when writing out text processed by a filter.classHtmlEncoderImplementsIEncoderfor HTML format.classJSONEncoderImplementsIEncoderfor JSON format.classMarkdownEncoderclassOpenXMLEncoderImplementsIEncoderfor the Open XML format.classPHPContentEncoderImplementsIEncoderfor JSON format.classPOEncoderImplementsIEncoderfor PO file format.classPropertiesEncoderImplementsIEncoderfor properties-type format.classRegexEncoderclassTSEncoderImplementsIEncoderfor TS file format.classXMLEncoderImplementsIEncoderfor XML format.Methods in net.sf.okapi.common.encoder that return IEncoder Modifier and Type Method Description IEncoderEncoderManager. getEncoder()Gets the encoder currently cached by this manager.Methods in net.sf.okapi.common.encoder that return types with arguments of type IEncoder Modifier and Type Method Description Hashtable<String,IEncoder>EncoderManager. getEncoders()Methods in net.sf.okapi.common.encoder with parameters of type IEncoder Modifier and Type Method Description protected voidEncoderManager. setEncoder(IEncoder encoder)voidEncoderManager. setMapping(String mimeType, IEncoder encoder)Method parameters in net.sf.okapi.common.encoder with type arguments of type IEncoder Modifier and Type Method Description protected voidEncoderManager. setEncoders(Hashtable<String,IEncoder> encoders) -
Uses of IEncoder in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return IEncoder Modifier and Type Method Description protected IEncoderSubFilterSkeletonWriter. getParentEncoder()Methods in net.sf.okapi.common.filters with parameters of type IEncoder Modifier and Type Method Description protected voidSubFilterSkeletonWriter. setParentEncoder(IEncoder parentEncoder)Constructors in net.sf.okapi.common.filters with parameters of type IEncoder Constructor Description SubFilter(IFilter filter, IEncoder parentEncoder, int sectionIndex, String parentId, String parentName)SubFilterEventConverter(SubFilter subFilter, IEncoder parentEncoder)SubFilterSkeletonWriter(ISkeletonWriter skelWriter, IEncoder parentEncoder, String startResourceId, Set<String> handledTextUnitIds, StringBuilder sourceOutput, SubFilterSkeletonWriter.TargetOutputs targetOutputs) -
Uses of IEncoder in net.sf.okapi.common.layerprovider
Subinterfaces of IEncoder in net.sf.okapi.common.layerprovider Modifier and Type Interface Description interfaceILayerProviderDeprecated.RTF layered output will be removed in an upcoming version.Classes in net.sf.okapi.common.layerprovider that implement IEncoder Modifier and Type Class Description classLayerProvider -
Uses of IEncoder in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return IEncoder Modifier and Type Method Description IEncoderStartSubfilter. getParentEncoder()Methods in net.sf.okapi.common.resource with parameters of type IEncoder Modifier and Type Method Description protected voidStartSubfilter. setParentEncoder(IEncoder parentEncoder)Constructors in net.sf.okapi.common.resource with parameters of type IEncoder Constructor Description StartSubfilter(String id, StartDocument startDoc, IEncoder parentEncoder)Creates a newStartSubfilterobject with the identifier of the group's parent and the group's identifier. -
Uses of IEncoder in net.sf.okapi.filters.abstractmarkup
Constructors in net.sf.okapi.filters.abstractmarkup with parameters of type IEncoder Constructor Description PcdataSubFilter(IFilter filter, IEncoder parentEncoder, int sectionIndex, String parentId, String parentName) -
Uses of IEncoder in net.sf.okapi.filters.mif
Classes in net.sf.okapi.filters.mif that implement IEncoder Modifier and Type Class Description classMIFEncoderImplementsIEncoderfor Adobe FrameMaker MIF format. -
Uses of IEncoder in net.sf.okapi.filters.mosestext
Classes in net.sf.okapi.filters.mosestext that implement IEncoder Modifier and Type Class Description classMosesTextEncoder -
Uses of IEncoder in net.sf.okapi.filters.multiparsers
Classes in net.sf.okapi.filters.multiparsers that implement IEncoder Modifier and Type Class Description classCsvEncoder -
Uses of IEncoder in net.sf.okapi.filters.tex
Classes in net.sf.okapi.filters.tex that implement IEncoder Modifier and Type Class Description classTEXEncoder -
Uses of IEncoder in net.sf.okapi.filters.yaml
Classes in net.sf.okapi.filters.yaml that implement IEncoder Modifier and Type Class Description classYamlEncoderImplementsIEncoderfor YAMLformat.
-