Uses of Class
net.sf.okapi.common.resource.StartSubfilter
-
Packages that use StartSubfilter Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.filters Interfaces and base classes to implement filtersnet.sf.okapi.common.filterwriter Interfaces and classes to allow the output of a document in its original format.net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.common.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.filters.vignette net.sf.okapi.filters.xliff2 -
-
Uses of StartSubfilter in net.sf.okapi.common
Methods in net.sf.okapi.common that return StartSubfilter Modifier and Type Method Description StartSubfilterEvent. getStartSubfilter()Convenience method returns theIResourceas aStartSubfilter. -
Uses of StartSubfilter in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return StartSubfilter Modifier and Type Method Description StartSubfilterAbstractSubFilter. getStartSubfilter()StartSubfilterISubFilter. getStartSubfilter()Methods in net.sf.okapi.common.filters with parameters of type StartSubfilter Modifier and Type Method Description StringSubFilterSkeletonWriter. processStartSubfilter(StartSubfilter resource)SubFilterSkeletonWriterSubFilterSkeletonWriter. setOptions(LocaleId outputLocale, String outputEncoding, StartSubfilter startSubfilter)voidAbstractSubFilter. setStartSubfilter(StartSubfilter startSubfilter)voidISubFilter. setStartSubfilter(StartSubfilter startSubfilter)Constructors in net.sf.okapi.common.filters with parameters of type StartSubfilter Constructor Description SubFilterSkeletonWriter(StartSubfilter resource) -
Uses of StartSubfilter in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type StartSubfilter Modifier and Type Method Description protected voidGenericFilterWriter. processStartSubfilter(StartSubfilter resource) -
Uses of StartSubfilter in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource with parameters of type StartSubfilter Modifier and Type Method Description SubFilterSkeletonWriterStartSubfilter. createSkeletonWriter(StartSubfilter resource, LocaleId outputLocale, String outputEncoding) -
Uses of StartSubfilter in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton with parameters of type StartSubfilter Modifier and Type Method Description StringGenericSkeletonWriter. processStartSubfilter(StartSubfilter resource)StringISkeletonWriter. processStartSubfilter(StartSubfilter resource) -
Uses of StartSubfilter in net.sf.okapi.filters.vignette
Methods in net.sf.okapi.filters.vignette with parameters of type StartSubfilter Modifier and Type Method Description StringVignetteSkeletonWriter. processStartSubfilter(StartSubfilter resource) -
Uses of StartSubfilter in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type StartSubfilter Modifier and Type Method Description protected voidXLIFF2FilterWriter. processStartSubfilter(StartSubfilter startSubfilter)
-