Uses of Class
net.sf.okapi.common.skeleton.StorageList
-
Packages that use StorageList Package Description net.sf.okapi.common.skeleton Interfaces and classes for the skeleton objects. -
-
Uses of StorageList in net.sf.okapi.common.skeleton
Fields in net.sf.okapi.common.skeleton with type parameters of type StorageList Modifier and Type Field Description protected Stack<StorageList>GenericSkeletonWriter. storageStackMethods in net.sf.okapi.common.skeleton with parameters of type StorageList Modifier and Type Method Description protected StringGenericSkeletonWriter. getString(StorageList list, LocaleId locToUse, EncoderContext context)Constructor parameters in net.sf.okapi.common.skeleton with type arguments of type StorageList Constructor Description GenericSkeletonWriter(LocaleId inputLoc, LocaleId outputLoc, ILayerProvider layer, EncoderManager encoderManager, boolean isMultilingual, boolean allowEmptyOutputTarget, Map<String,Referent> referents, Stack<StorageList> storageStack, String outputEncoding, int referentCopies, SubFilterSkeletonWriter sfWriter)
-