| Package | Description |
|---|---|
| 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.xliff | |
| net.sf.okapi.filters.xml | |
| net.sf.okapi.steps.common |
Classes implementing often-used steps.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SubFilter.buildResourceName(String resName,
boolean autoGenerated,
Class<? extends INameable> resClass) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ITSContent.getAnnotatorRef(String dataCategory,
INameable nameable)
Gets the ITS annotator reference for a given data category on a given object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMultilingual |
interface |
ITextUnit
Interface for the basic unit of extraction from a filter and also the resource
associated with the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseNameable
Implements a nameable resource.
|
class |
BaseReferenceable
Implements a nameable resource that can be a referent.
|
class |
DocumentPart
Resource associated with the filter events DOCUMENT_PART,
|
class |
StartDocument
Resource associated with the filter event START_DOCUMENT.
|
class |
StartGroup
Resource associated with the filter event START_GROUP.
|
class |
StartSubDocument
Resource associated with the filter event START_SUBDOCUMENT.
|
class |
StartSubfilter |
class |
TextContainer
Provides methods for storing the content of a paragraph-type unit, to handle
its properties, annotations and segmentation.
|
class |
TextUnit
Basic unit of extraction from a filter and also the resource associated with
the filter event TEXT_UNIT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StorageList
provides a way to store a list of resources and implements the different
interfaces of the resources.
|
| Modifier and Type | Method and Description |
|---|---|
GenericSkeletonPart |
GenericSkeleton.addValuePlaceholder(INameable referent,
String propName,
LocaleId locId)
Adds to this skeleton a place-holder for the value of a property (in a given locale)
of the resource to which this skeleton is attached.
|
void |
GenericSkeleton.attachParent(INameable parent)
Attaches a parent resource to a skeleton part.
|
void |
GenericSkeleton.changeSelfReferents(INameable newReferent)
Updates all the self-references to use the given referent.
|
protected String |
GenericSkeletonWriter.getPropertyValue(INameable resource,
String name,
LocaleId locToUse,
EncoderContext context) |
protected String |
GenericSkeletonWriter.getString(INameable ref,
String propName,
LocaleId locToUse,
EncoderContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
XLIFFSkeletonWriter.getPropertyValue(INameable resource,
String name,
LocaleId locToUse,
EncoderContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
XMLSkeletonWriter.getPropertyValue(INameable resource,
String name,
LocaleId locToUse,
EncoderContext context)
Overrides the default behaviour to force "UTF-16" as declared XML encoding (not "UTF-16LE"
or "UTF-16BE").
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractionVerificationUtil.compareINameables(INameable n1,
INameable n2)
Compare two INameables (Assuming isTranslatable() and preserveWhitespaces() do not return null)
|
Copyright © 2022. All rights reserved.