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 -
-
Uses of Ending in net.sf.okapi.common
Methods in net.sf.okapi.common that return Ending Modifier and Type Method Description EndingEvent. getEndGroup()EndingEvent. 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 EndingEventBuilder. endGroup(GenericSkeleton endMarker)EndingEventBuilder. 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 StringSubFilterSkeletonWriter. processEndDocument(Ending resource)Get output created by this skeleton writer from a sequence of events.StringSubFilterSkeletonWriter. processEndGroup(Ending resource)StringSubFilterSkeletonWriter. 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 voidGenericFilterWriter. processEndDocument(Ending resource)protected voidGenericFilterWriter. processEndGroup(Ending resource)protected voidGenericFilterWriter. processEndSubDocument(Ending resource)protected voidZipFilterWriter. 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 classEndSubfilterEndingIResourceforStartSubfilter -
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 StringGenericSkeletonWriter. _processEndGroup(Ending resource)StringGenericSkeletonWriter. processEndDocument(Ending resource)StringISkeletonWriter. processEndDocument(Ending resource)Processes the END_DOCUMENT event.StringGenericSkeletonWriter. processEndGroup(Ending resource)StringISkeletonWriter. processEndGroup(Ending resource)Processes the END_GROUP event.StringGenericSkeletonWriter. processEndSubDocument(Ending resource)StringISkeletonWriter. 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 StringXLIFFSkeletonWriter. processEndDocument(Ending resource)
-