| 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.
|
| 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 |
GenericSkeletonWriter.processStartGroup(StartGroup resource) |
String |
ISkeletonWriter.processStartGroup(StartGroup resource)
Processes the START_GROUP event.
|
| Constructor and Description |
|---|
StorageList(StartGroup startGroup)
Creates a new StorageList object with w StartGroup.
|
Copyright © 2021. All rights reserved.