| 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.xliff |
| Modifier and Type | Method and Description |
|---|---|
Ending |
Event.getEndGroup()
|
Ending |
Event.getEnding()
Convenience method returns the Ending resource.
|
| Modifier and Type | Method and Description |
|---|---|
Ending |
EventBuilder.endGroup(GenericSkeleton endMarker)
|
Ending |
EventBuilder.endGroup(GenericSkeleton endMarker,
LocaleId locale,
List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
|
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processEndDocument(Ending resource)
Get output created by this skeleton writer from a sequence of events.
|
String |
SubFilterSkeletonWriter.processEndGroup(Ending resource) |
String |
SubFilterSkeletonWriter.processEndSubDocument(Ending resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericFilterWriter.processEndDocument(Ending resource) |
protected void |
GenericFilterWriter.processEndGroup(Ending resource) |
protected void |
ZipFilterWriter.processEndSubDocument(Ending res) |
protected void |
GenericFilterWriter.processEndSubDocument(Ending resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
EndSubfilter
Ending
IResource for StartSubfilter |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GenericSkeletonWriter._processEndGroup(Ending resource) |
String |
ISkeletonWriter.processEndDocument(Ending resource)
Processes the END_DOCUMENT event.
|
String |
GenericSkeletonWriter.processEndDocument(Ending resource) |
String |
ISkeletonWriter.processEndGroup(Ending resource)
Processes the END_GROUP event.
|
String |
GenericSkeletonWriter.processEndGroup(Ending resource) |
String |
ISkeletonWriter.processEndSubDocument(Ending resource)
Processes the END_SUBDOCUMENT event.
|
String |
GenericSkeletonWriter.processEndSubDocument(Ending resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
XLIFFSkeletonWriter.processEndDocument(Ending resource) |
Copyright © 2022. All rights reserved.