Uses of Class
net.sf.okapi.common.resource.Ending
-
Packages that use Ending 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 filtersnet.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.xliff2 -
-
Uses of Ending in net.sf.okapi.common
Methods in net.sf.okapi.common that return Ending Modifier and Type Method Description Ending
Event. getEndGroup()
Ending
Event. getEnding()
Convenience method returns the Ending resource. -
Uses of Ending in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return Ending Modifier and Type Method Description Ending
EventBuilder. endGroup(GenericSkeleton endMarker)
Ending
EventBuilder. endGroup(GenericSkeleton endMarker, LocaleId locale, List<PropertyTextUnitPlaceholder> propertyTextUnitPlaceholders)
Methods in net.sf.okapi.common.filters with parameters of type Ending Modifier and Type Method 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)
-
Uses of Ending in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type Ending Modifier and Type Method Description protected void
GenericFilterWriter. processEndDocument(Ending resource)
protected void
GenericFilterWriter. processEndGroup(Ending resource)
protected void
GenericFilterWriter. processEndSubDocument(Ending resource)
protected void
ZipFilterWriter. processEndSubDocument(Ending res)
-
Uses of Ending in net.sf.okapi.common.resource
Subclasses of Ending in net.sf.okapi.common.resource Modifier and Type Class Description class
EndSubfilter
EndingIResource
forStartSubfilter
-
Uses of Ending in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton with parameters of type Ending Modifier and Type Method Description protected String
GenericSkeletonWriter. _processEndGroup(Ending resource)
String
GenericSkeletonWriter. processEndDocument(Ending resource)
String
ISkeletonWriter. processEndDocument(Ending resource)
Processes the END_DOCUMENT event.String
GenericSkeletonWriter. processEndGroup(Ending resource)
String
ISkeletonWriter. processEndGroup(Ending resource)
Processes the END_GROUP event.String
GenericSkeletonWriter. processEndSubDocument(Ending resource)
String
ISkeletonWriter. processEndSubDocument(Ending resource)
Processes the END_SUBDOCUMENT event. -
Uses of Ending in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type Ending Modifier and Type Method Description String
XLIFFSkeletonWriter. processEndDocument(Ending resource)
-
Uses of Ending in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type Ending Modifier and Type Method Description List<Event>
OkpToX2Converter. endDocument(Ending okapiEvent)
List<Event>
OkpToX2Converter. endGroup(Ending endGroup)
protected void
XLIFF2FilterWriter. processEndDocument(Ending ending)
protected void
XLIFF2FilterWriter. processEndGroup(Ending endGroup)
protected void
XLIFF2FilterWriter. processEndSubDocument(Ending ending)
-