| Package | Description |
|---|---|
| net.sf.okapi.common.filters |
Interfaces and base classes to implement filters
|
| net.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.common.skeleton |
Interfaces and classes for the skeleton objects.
|
| net.sf.okapi.filters.table.csv | |
| net.sf.okapi.filters.xliff |
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
SubFilterSkeletonWriter |
SubFilterSkeletonWriter.setOptions(LocaleId outputLocale,
String outputEncoding,
StartSubfilter startSubfilter,
ILayerProvider layer) |
| Modifier and Type | Class and Description |
|---|---|
class |
LayerProvider |
| Modifier and Type | Method and Description |
|---|---|
SubFilterSkeletonWriter |
StartSubfilter.createSkeletonWriter(StartSubfilter resource,
LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer) |
| Modifier and Type | Field and Description |
|---|---|
protected ILayerProvider |
GenericSkeletonWriter.layer
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ILayerProvider |
GenericSkeletonWriter.getLayer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ISkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource)
Processes the START_DOCUMENT event.
|
String |
GenericSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
void |
GenericSkeletonWriter.setLayer(ILayerProvider layer)
Deprecated.
|
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
CSVSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
XLIFFSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
Copyright © 2022. All rights reserved.