| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| net.sf.okapi.common.annotation |
Classes to implement and manage annotations.
|
| 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.xini.rainbowkit | |
| net.sf.okapi.filters.xliff | |
| net.sf.okapi.filters.xliff2 | |
| net.sf.okapi.filters.xliff2.util | |
| net.sf.okapi.lib.extra.steps | |
| net.sf.okapi.steps.rainbowkit.xliff |
| Modifier and Type | Method and Description |
|---|---|
StartGroup |
Event.getStartGroup()
Convenience method returns the
IResource as a StartGroup. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ITSProvenanceAnnotations.addAnnotations(StartGroup group,
ITSProvenanceAnnotations newSet) |
| Modifier and Type | Method and Description |
|---|---|
StartGroup |
EventBuilder.peekMostRecentGroup()
Peek at the most recently created
StartGroup or StartSubfilter. |
StartGroup |
EventBuilder.startGroup(GenericSkeleton startMarker,
String commonTagType)
Create a
StartGroup Event and add it to the event queue. |
StartGroup |
EventBuilder.startGroup(GenericSkeleton startMarker,
String commonTagType,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Create a
StartGroup Event and add it to the event queue. |
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processStartGroup(StartGroup resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericFilterWriter.processStartGroup(StartGroup resource) |
void |
XLIFFWriter.writeStartGroup(StartGroup resource)
Writes the start of a <group> element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StartSubfilter |
| Modifier and Type | Method and Description |
|---|---|
StartGroup |
StorageList.getStartGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GenericSkeletonWriter._processStartGroup(StartGroup resource) |
String |
ISkeletonWriter.processStartGroup(StartGroup resource)
Processes the START_GROUP event.
|
String |
GenericSkeletonWriter.processStartGroup(StartGroup resource) |
| Constructor and Description |
|---|
StorageList(StartGroup startGroup)
Creates a new StorageList object with w StartGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterEventToXiniTransformer.pushGroupToStack(StartGroup startGroup)
Pushes a
StartGroup to the groups stack. |
| Modifier and Type | Method and Description |
|---|---|
String |
XLIFFSkeletonWriter.processStartGroup(StartGroup resource) |
| Modifier and Type | Method and Description |
|---|---|
StartGroup |
X2ToOkpConverter.convert(net.sf.okapi.lib.xliff2.core.StartGroupData sgd,
String parentId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertiesMapper.setGroupProperties(net.sf.okapi.lib.xliff2.core.StartGroupData xliffStartGroupData,
StartGroup okapiStartGroup)
Transfers properties from the XLIFF 2.0 Start Group Data to the Okapi Core Start Group
|
static void |
PropertiesMapper.setGroupProperties(StartGroup okapiStartGroup,
net.sf.okapi.lib.xliff2.core.StartGroupData xliffStartGroupData)
Transfers properties from the Okapi Core Start Group to the XLIFF 2.0 Start Group Data
|
| Modifier and Type | Method and Description |
|---|---|
static String |
GroupLogger.getSgInfo(StartGroup sg,
LocaleId srcLoc) |
| Modifier and Type | Method and Description |
|---|---|
protected net.sf.okapi.lib.xliff2.core.StartGroupData |
XLIFF2PackageWriter.toXLIFF2StartGroupData(StartGroup sg)
Convert XLIFF 1.2 based Okapi StartGroup to XLIFF 2.0 based StartGroupData.
|
Copyright © 2021. All rights reserved.