| 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.
|
| net.sf.okapi.filters.its | |
| net.sf.okapi.filters.its.html5 | |
| net.sf.okapi.filters.markdown | |
| net.sf.okapi.filters.table.csv | |
| net.sf.okapi.filters.xliff | |
| net.sf.okapi.filters.xliff2.util | |
| net.sf.okapi.filters.xml | |
| net.sf.okapi.lib.verification |
| 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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ITSFilter.createStartDocumentSkeleton(StartDocument startDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTML5Filter.createStartDocumentSkeleton(StartDocument startDoc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MarkdownFilterWriter.processStartDocument(LocaleId outputLocale,
String outputEncoding,
StartDocument resource) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertiesMapper.setStartXliffProperties(StartDocument okapiStartDocument,
StartXliffData xliffStartXliff)
Transfers properties from the Okapi Core StartDocument to the XLIFF Toolkit
StartXliffData
|
static void |
PropertiesMapper.setStartXliffProperties(StartXliffData xliffStartXliff,
StartDocument okapiStartDocument)
Transfers properties from the XLIFF Toolkit StartXliffData to the Okapi Core
StartDocument
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XMLFilter.createStartDocumentSkeleton(StartDocument startDoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
QualityCheckSession.processStartDocument(StartDocument startDoc,
List<String> sigList) |
void |
PatternsChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
LocalizableChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
LengthChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
InlineCodesChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
GeneralChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
CharactersChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
void |
AbstractChecker.processStartDocument(StartDocument sd,
List<String> sigList) |
Copyright © 2022. All rights reserved.