| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompoundFilter |
class |
AbstractFilter
Basic abstract implementation of
IFilter. |
class |
AbstractLineFilter
Base class for the filters which input is processed line-upon-line.
|
class |
SubFilter
|
| Modifier and Type | Method and Description |
|---|---|
protected <A extends IFilter> |
AbstractCompoundFilter.addSiblingFilter(Class<A> subFilterClass) |
| Modifier and Type | Method and Description |
|---|---|
static IFilter |
FilterUtil.createFilter(Class<? extends IFilter> filterClass,
String configId)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
IFilter |
IFilterConfigurationMapper.createFilter(String configId)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
static IFilter |
FilterUtil.createFilter(String configId)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
IFilter |
FilterConfigurationMapper.createFilter(String configId) |
IFilter |
IFilterConfigurationMapper.createFilter(String configId,
IFilter existingFilter)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
IFilter |
FilterConfigurationMapper.createFilter(String configId,
IFilter existingFilter) |
static IFilter |
FilterUtil.createFilter(String configId,
URL... customConfigs)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
static IFilter |
FilterUtil.createFilter(URL customConfig)
Creates an instance of the filter for a given URL of a fprm file defining a
custom configuration.
|
IFilter |
AbstractCompoundFilter.getActiveSiblingFilter() |
IFilter |
SubFilter.getFilter() |
protected IFilter |
FilterConfigurationMapper.instantiateFilter(FilterConfiguration config,
IFilter existingFilter)
Instantiate a filter from a given configuration, trying to re-use an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
IParametersEditor |
IFilterConfigurationMapper.createConfigurationEditor(String configId,
IFilter existingFilter)
Creates an instance of the filter's parameters editor for a given
configuration identifier.
|
IParametersEditor |
FilterConfigurationMapper.createConfigurationEditor(String configId,
IFilter existingFilter) |
IFilter |
IFilterConfigurationMapper.createFilter(String configId,
IFilter existingFilter)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
IFilter |
FilterConfigurationMapper.createFilter(String configId,
IFilter existingFilter) |
boolean |
IFilterConfigurationEditor.editConfiguration(String configId,
IFilterConfigurationMapper fcMapper,
IFilter cachedFilter,
Object parent,
IContext context)
Edits a given filter configuration.
|
IParameters |
IFilterConfigurationMapper.getCustomParameters(FilterConfiguration config,
IFilter existingFilter)
Gets the parameters for a given custom filter configuration.
|
IParameters |
FilterConfigurationMapper.getCustomParameters(FilterConfiguration config,
IFilter existingFilter)
Gets the parameters for a given custom filter configuration.
|
IParameters |
IFilterConfigurationMapper.getParameters(FilterConfiguration config,
IFilter existingFilter)
Gets the parameters for a given configuration (predefined or custom).
|
IParameters |
FilterConfigurationMapper.getParameters(FilterConfiguration config,
IFilter existingFilter) |
protected IFilter |
FilterConfigurationMapper.instantiateFilter(FilterConfiguration config,
IFilter existingFilter)
Instantiate a filter from a given configuration, trying to re-use an existing one.
|
void |
EventBuilder.reset(String rootId,
IFilter filter) |
protected void |
AbstractCompoundFilter.setActiveSiblingFilter(IFilter activeSiblingFilter) |
| Modifier and Type | Method and Description |
|---|---|
static IFilter |
FilterUtil.createFilter(Class<? extends IFilter> filterClass,
String configId)
Creates an instance of the filter for a given configuration identifier
and loads its corresponding parameters.
|
| Constructor and Description |
|---|
EventBuilder(String rootId,
IFilter filter)
Instantiates a new EventBuilder with a root ID.
|
SubFilter(IFilter filter,
IEncoder parentEncoder,
int sectionIndex,
String parentId,
String parentName) |
| Constructor and Description |
|---|
XFilters(IFilter... filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMarkupFilter
Abstract class useful for creating an
IFilter around the Jericho parser. |
class |
PcdataSubFilter |
| Constructor and Description |
|---|
AbstractMarkupEventBuilder(String rootId,
IFilter subFilter,
EncoderManager encoderManager,
String encoding,
String lineBreak) |
PcdataSubFilter(IFilter filter,
IEncoder parentEncoder,
int sectionIndex,
String parentId,
String parentName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveFilter
Implements the IFilter interface for archive-based (ZIP) content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoXLIFFFilter
A meta-filter that detects the version of an XLIFF file and then hands
parsing off to the appropriate filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoxygenFilter
IFilter for a Doxygen-commented text file |
| Modifier and Type | Class and Description |
|---|---|
class |
DTDFilter
Implements the IFilter interface for DTD files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
ICMLFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
IDMLFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
ITSFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
HTML5Filter |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONFilter
Implements the IFilter interface for JSON files.
|
| Constructor and Description |
|---|
JsonEventBuilder(String rootId,
IFilter subFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarkdownFilter |
| Constructor and Description |
|---|
MarkdownEventBuilder(String rootId,
IFilter subFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MIFFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
MosesTextFilter
Implements the IFilter interface for Moses Text files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiParsersFilter |
| Modifier and Type | Method and Description |
|---|---|
IFilter |
IParser.getSubFilter(String configId) |
IFilter |
CsvParser.getSubFilter(String configId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ODFFilter
This class implements IFilter for XML documents in Open-Document format (ODF).
|
class |
OpenOfficeFilter
This class implements the IFilter interface for Open-Office.org documents
(ODT, ODP, ODS, and ODG files).
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenXMLFilter
Filters Microsoft Office Word, Excel, and Powerpoint Documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfFilter
Implements the IFilter interface for PDF files (extraction only).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PensieveFilter
Implementation of the
IFilter interface for Pensieve TM. |
| Modifier and Type | Class and Description |
|---|---|
class |
PHPContentFilter
Implements the IFilter interface for PHP content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlainTextFilter
Plain Text filter, processes text files encoded in ANSI, Unicode, UTF-8, UTF-16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasePlainTextFilter
PlainTextFilter extracts lines of input text, separated by line terminators. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParaPlainTextFilter
The filter breaks text into paragraphs and sends them as text units.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegexPlainTextFilter
PlainTextFilter extracts lines of input text, separated by line terminators. |
| Modifier and Type | Class and Description |
|---|---|
class |
SplicedLinesFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
POFilter
Implements the IFilter interface for PO files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesFilter
Implements the IFilter interface for properties files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RainbowKitFilter |
class |
XLIFF2Filter
Experimental filter to read XLIFF v2 documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegexFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
RTFFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
SdlPackageFilter
Implements the
IFilter interface for SDLPPX and SDLRPX files. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableFilter
Table filter, processes table-like files such as tab-delimited, CSV, fixed-width columns, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTableFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
CommaSeparatedValuesFilter
Comma-Separated Values filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FixedWidthColumnsFilter
Fixed-Width Columns filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TabSeparatedValuesFilter
Tab-Separated Values filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TEXFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TmxFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TransifexFilter
Implements the IFilter interface for Transifex-based files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransTableFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TsFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TTXFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
TXMLFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
VignetteFilter
Implements the IFilter interface for Vignette export/import content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WikiFilter
IFilter for a Wiki markup file |
| Modifier and Type | Class and Description |
|---|---|
class |
XINIFilter
Okapi Xini Filter for filtering and translating xini files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XINIRainbowkitFilter
Filter for rainbow kid creation and merging of xini files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XLIFFFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
XMLFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlStreamFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlFilter
Implements the IFilter interface for YAML files.
|
| Constructor and Description |
|---|
YamlEventBuilder(String rootId,
IFilter subFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SkeletonMergerWriter.setFilter(IFilter skeletonFilter)
Set the
IFilter needed to process the skeleton file (normally the
original document) |
| Constructor and Description |
|---|
SkeletonMergerWriter(IFilter skeletonFilter,
IFilterWriter writer,
ITextUnitMerger textUnitMerger)
Use specific
IFilter and IFilterWriter implementations |
| Modifier and Type | Method and Description |
|---|---|
IFilter |
OriginalDocumentXliffMergerStep.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OriginalDocumentXliffMergerStep.setFilter(IFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreprocessingFilter
This filter is a wrapper around another filter, used when events generated by the internal
filter should be modified (transformed, pre-processed) for the pipeline steps consuming the filter events.
|
| Modifier and Type | Method and Description |
|---|---|
protected IFilter |
PreprocessingFilter.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PreprocessingFilter.setFilter(IFilter filter) |
| Constructor and Description |
|---|
PreprocessingFilter(IFilter filter,
IPipelineStep... steps) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimplificationFilter |
| Modifier and Type | Method and Description |
|---|---|
void |
RawDocumentToFilterEventsStep.setFilter(IFilter filter) |
| Constructor and Description |
|---|
RawDocumentToFilterEventsStep(IFilter filter)
Creates a new RawDocumentToFilterEventsStep object with a given filter.
|
| Constructor and Description |
|---|
OkapiTmxImporter(LocaleId sourceLang,
IFilter tmxFilter)
Creates an instance of OkapiTMXHandler
|
Copyright © 2022. All rights reserved.