| 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 filters
|
| net.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartDocument |
Event.getStartDocument()
Convenience method returns the
IResource as a StartDocument. |
static StartDocument |
ResourceUtil.startDocumentFromStartSubDocument(StartSubDocument ssd,
String id,
String lineBreak) |
| Modifier and Type | Method and Description |
|---|---|
static StartSubDocument |
ResourceUtil.startSubDocumentFromStartDocument(StartDocument sd,
String id,
String parentId,
String name) |
| Modifier and Type | Field and Description |
|---|---|
protected StartDocument |
AbstractLineFilter.startDoc |
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
protected StartDocument |
ZipFilterWriter.convertToStartDocument(StartSubDocument res) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericFilterWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
StartDocument resource) |
protected void |
ZipFilterWriter.processStartDocument(StartDocument res) |
void |
TMXWriter.writeStartDocument(StartDocument startDocument,
LocaleId sourceLocale,
LocaleId targetLocale,
String creationTool,
String creationToolVersion,
String segType,
String originalTMFormat,
String dataType)
Writes the start of the TMC document.
|
| Modifier and Type | Method and Description |
|---|---|
StartDocument |
StartSubfilter.getStartDoc() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StartSubfilter.setStartDoc(StartDocument startDoc) |
| Constructor and Description |
|---|
PipelineParameters(StartDocument startDoc,
RawDocument inputDoc,
RawDocument secondDoc,
RawDocument thirdDoc)
Creates a ParametersEvent object with most majority of defaults initialized
|
StartSubfilter(String id,
StartDocument startDoc,
IEncoder parentEncoder)
Creates a new
StartSubfilter object with the identifier of the group's parent
and the group's identifier. |
| Modifier and Type | Method and Description |
|---|---|
String |
GenericSkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource) |
String |
ISkeletonWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource)
Processes the START_DOCUMENT event.
|
Copyright © 2021. All rights reserved.