Uses of Class
net.sf.okapi.common.Event
-
-
Uses of Event in net.sf.okapi.common
Fields in net.sf.okapi.common declared as Event Modifier and Type Field Description static EventEvent. END_BATCH_EVENTDeprecated.UsecreateEndBatchEvent()instead of this global object.static EventEvent. NOOP_EVENTDeprecated.UsecreateNoopEvent()instead of this global object.static EventEvent. START_BATCH_EVENTDeprecated.UsecreateStartBatchEvent()instead of this global object.static EventEvent. START_BATCH_ITEM_EVENTDeprecated.Never used in Okapi, so we will not create a helper method.Methods in net.sf.okapi.common that return Event Modifier and Type Method Description static EventEvent. createEndBatchEvent()Convenience method that creates anEventType.END_BATCHeventstatic EventEvent. createNoopEvent()Convenience method that creates anEventType.NO_OPeventstatic EventEvent. createStartBatchEvent()Convenience method that creates anEventType.START_BATCHevent -
Uses of Event in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return Event Modifier and Type Method Description EventSubFilterEventConverter. convertEvent(Event event)Converts an event.static EventFilterUtil. createDeepenSegmentationEvent()protected EventAbstractFilter. createEndFilterEvent()create a END_DOCUMENTEventEventSubFilter. createRefEvent()EventSubFilter. createRefEvent(IResource resource)EventSubFilter. createRefEvent(ISkeleton beforeSkeleton, ISkeleton afterSkeleton)protected EventAbstractFilter. createStartFilterEvent()create a START_DOCUMENTEventEventAbstractCompoundFilter. next()EventAbstractLineFilter. next()EventEventBuilder. next()Return the next filter event waiting in the event queue.EventIFilter. next()Gets the next event available.EventSubFilter. next()EventEventBuilder. peekTempEvent()EventEventBuilder. popTempEvent()Methods in net.sf.okapi.common.filters that return types with arguments of type Event Modifier and Type Method Description List<Event>SubFilter. getEvents(RawDocument input)Get events by subfilter at once, without using open()/hasNext()/next()/close().default Stream<Event>IFilter. stream()Generates all events from a filter as aStream.Methods in net.sf.okapi.common.filters with parameters of type Event Modifier and Type Method Description voidEventBuilder. addFilterEvent(Event event)EventSubFilterEventConverter. convertEvent(Event event)Converts an event.static voidFilterUtil. logDebugEvent(Event e, String leader, org.slf4j.Logger logger)Logs an event at the debug level.Method parameters in net.sf.okapi.common.filters with type arguments of type Event Modifier and Type Method Description voidEventBuilder. addFilterEvents(List<Event> events)static voidFilterUtil. logDebugEvents(Iterable<Event> events, org.slf4j.Logger logger)Logs events at the debug level. -
Uses of Event in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return Event Modifier and Type Method Description EventGenericFilterWriter. handleEvent(Event event)EventIFilterWriter. handleEvent(Event event)Handles the filter events.EventTMXFilterWriter. handleEvent(Event event)EventXLIFFWriter. handleEvent(Event event)EventZipFilterWriter. handleEvent(Event event)Methods in net.sf.okapi.common.filterwriter with parameters of type Event Modifier and Type Method Description EventGenericFilterWriter. handleEvent(Event event)EventIFilterWriter. handleEvent(Event event)Handles the filter events.EventTMXFilterWriter. handleEvent(Event event)EventXLIFFWriter. handleEvent(Event event)EventZipFilterWriter. handleEvent(Event event)protected voidZipFilterWriter. processDocumentPart(Event event) -
Uses of Event in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline that return Event Modifier and Type Method Description protected EventBasePipelineStep. handleCustom(Event event)Handles theEventType.CUSTOMevent.protected EventBasePipelineStep. handleDocumentPart(Event event)Handles theEventType.DOCUMENT_PARTevent.protected EventBasePipelineStep. handleEndBatch(Event event)Handles theEventType.END_BATCHevent.protected EventBasePipelineStep. handleEndBatchItem(Event event)Handles theEventType.END_BATCH_ITEMevent.protected EventBasePipelineStep. handleEndDocument(Event event)Handles theEventType.END_DOCUMENTevent.protected EventBasePipelineStep. handleEndGroup(Event event)Handles theEventType.END_GROUPevent.protected EventBasePipelineStep. handleEndSubDocument(Event event)Handles theEventType.END_SUBDOCUMENTevent.protected EventBasePipelineStep. handleEndSubfilter(Event event)EventBasePipelineStep. handleEvent(Event event)EventIPipelineStep. handleEvent(Event event)Processes each event sent though the pipeline.protected EventBasePipelineStep. handleMultiEvent(Event event)Handles theEventType#MULTI_EVENTevent.protected EventBasePipelineStep. handlePipelineParameters(Event event)Handles theEventType#PIPELINE_PARAMETERSevent.protected EventBasePipelineStep. handleRawDocument(Event event)Handles theEventType.RAW_DOCUMENTevent.protected EventBasePipelineStep. handleStartBatch(Event event)Handles theEventType.START_BATCHevent.protected EventBasePipelineStep. handleStartBatchItem(Event event)Handles theEventType.START_BATCH_ITEMevent.protected EventBasePipelineStep. handleStartDocument(Event event)Handles theEventType.START_DOCUMENTevent.protected EventBasePipelineStep. handleStartGroup(Event event)Handles theEventType.START_GROUPevent.protected EventBasePipelineStep. handleStartSubDocument(Event event)Handles theEventType.START_SUBDOCUMENTevent.protected EventBasePipelineStep. handleStartSubfilter(Event event)protected EventBasePipelineStep. handleTextUnit(Event event)Handles theEventType.TEXT_UNITevent.EventICallableStep. processNow(Event event)process the event now without threading.Methods in net.sf.okapi.common.pipeline with parameters of type Event Modifier and Type Method Description protected EventBasePipelineStep. handleCustom(Event event)Handles theEventType.CUSTOMevent.protected EventBasePipelineStep. handleDocumentPart(Event event)Handles theEventType.DOCUMENT_PARTevent.protected EventBasePipelineStep. handleEndBatch(Event event)Handles theEventType.END_BATCHevent.protected EventBasePipelineStep. handleEndBatchItem(Event event)Handles theEventType.END_BATCH_ITEMevent.protected EventBasePipelineStep. handleEndDocument(Event event)Handles theEventType.END_DOCUMENTevent.protected EventBasePipelineStep. handleEndGroup(Event event)Handles theEventType.END_GROUPevent.protected EventBasePipelineStep. handleEndSubDocument(Event event)Handles theEventType.END_SUBDOCUMENTevent.protected EventBasePipelineStep. handleEndSubfilter(Event event)EventBasePipelineStep. handleEvent(Event event)EventIPipelineStep. handleEvent(Event event)Processes each event sent though the pipeline.protected EventBasePipelineStep. handleMultiEvent(Event event)Handles theEventType#MULTI_EVENTevent.protected EventBasePipelineStep. handlePipelineParameters(Event event)Handles theEventType#PIPELINE_PARAMETERSevent.protected EventBasePipelineStep. handleRawDocument(Event event)Handles theEventType.RAW_DOCUMENTevent.protected EventBasePipelineStep. handleStartBatch(Event event)Handles theEventType.START_BATCHevent.protected EventBasePipelineStep. handleStartBatchItem(Event event)Handles theEventType.START_BATCH_ITEMevent.protected EventBasePipelineStep. handleStartDocument(Event event)Handles theEventType.START_DOCUMENTevent.protected EventBasePipelineStep. handleStartGroup(Event event)Handles theEventType.START_GROUPevent.protected EventBasePipelineStep. handleStartSubDocument(Event event)Handles theEventType.START_SUBDOCUMENTevent.protected EventBasePipelineStep. handleStartSubfilter(Event event)protected EventBasePipelineStep. handleTextUnit(Event event)Handles theEventType.TEXT_UNITevent.voidIPipeline. process(Event input)voidPipeline. process(Event input)EventICallableStep. processNow(Event event)process the event now without threading. -
Uses of Event in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return Event Modifier and Type Method Description EventXPipeline. handleEvent(Event event)EventXPipelineStep. handleEvent(Event event)Methods in net.sf.okapi.common.pipelinebuilder with parameters of type Event Modifier and Type Method Description EventXPipeline. handleEvent(Event event)EventXPipelineStep. handleEvent(Event event) -
Uses of Event in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return types with arguments of type Event Modifier and Type Method Description Iterator<Event>MultiEvent. iterator()Creates an iterator for the events in this resource.Methods in net.sf.okapi.common.resource with parameters of type Event Modifier and Type Method Description voidMultiEvent. addEvent(Event event)Adds an event to this object.voidMultiEvent. addEvent(Event event, int index)Inserts an event in this object at the specified position.Constructor parameters in net.sf.okapi.common.resource with type arguments of type Event Constructor Description MultiEvent(List<Event> events)Creates a new MultiEvent object with a list of given events. -
Uses of Event in net.sf.okapi.common.resource.simplifier
Methods in net.sf.okapi.common.resource.simplifier that return Event Modifier and Type Method Description EventAbstractResourceSimplifier. convert(Event event)EventIEventConverter. convert(Event event)Converts a given event into a different event, modifying either its type or attached resource.EventResourceSimplifier. convert(Event event)protected abstract EventAbstractResourceSimplifier. convertEvent(Event event)protected EventResourceSimplifier. convertEvent(Event event)Methods in net.sf.okapi.common.resource.simplifier that return types with arguments of type Event Modifier and Type Method Description List<Event>AbstractResourceSimplifier. convertToList(Event event)List<Event>IEventConverter. convertToList(Event event)Converts a given event into a list of events.Methods in net.sf.okapi.common.resource.simplifier with parameters of type Event Modifier and Type Method Description EventAbstractResourceSimplifier. convert(Event event)EventIEventConverter. convert(Event event)Converts a given event into a different event, modifying either its type or attached resource.EventResourceSimplifier. convert(Event event)protected abstract EventAbstractResourceSimplifier. convertEvent(Event event)protected EventResourceSimplifier. convertEvent(Event event)List<Event>AbstractResourceSimplifier. convertToList(Event event)List<Event>IEventConverter. convertToList(Event event)Converts a given event into a list of events. -
Uses of Event in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton that return Event Modifier and Type Method Description protected EventGenericSkeletonSimplifier. convertEvent(Event event)Converts a given event into a multi-event if it contains references in its source's codes or in skeleton, or passes it on if either the skeleton is no instance of GenericSkeleton, contains no references, or the resource is referent.Methods in net.sf.okapi.common.skeleton with parameters of type Event Modifier and Type Method Description voidGenericSkeletonWriter. addToReferents(Event event)protected EventGenericSkeletonSimplifier. convertEvent(Event event)Converts a given event into a multi-event if it contains references in its source's codes or in skeleton, or passes it on if either the skeleton is no instance of GenericSkeleton, contains no references, or the resource is referent. -
Uses of Event in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup that return Event Modifier and Type Method Description EventAbstractMarkupFilter. next()Queue up Jericho tokens until we can build an OkapiEventand return it.EventPcdataSubFilter. next()protected EventAbstractMarkupFilter. peekTempEvent() -
Uses of Event in net.sf.okapi.filters.archive
Methods in net.sf.okapi.filters.archive that return Event Modifier and Type Method Description EventArchiveFilter. next() -
Uses of Event in net.sf.okapi.filters.autoxliff
Methods in net.sf.okapi.filters.autoxliff that return Event Modifier and Type Method Description EventAutoXLIFFFilter. next() -
Uses of Event in net.sf.okapi.filters.doxygen
Methods in net.sf.okapi.filters.doxygen that return Event Modifier and Type Method Description EventDoxygenWriter. handleEvent(Event event)EventDoxygenFilter. next()Methods in net.sf.okapi.filters.doxygen with parameters of type Event Modifier and Type Method Description EventDoxygenWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.dtd
Methods in net.sf.okapi.filters.dtd that return Event Modifier and Type Method Description EventDTDFilter. next() -
Uses of Event in net.sf.okapi.filters.icml
Methods in net.sf.okapi.filters.icml that return Event Modifier and Type Method Description EventICMLFilterWriter. handleEvent(Event event)EventICMLFilter. next()Methods in net.sf.okapi.filters.icml with parameters of type Event Modifier and Type Method Description EventICMLFilterWriter. handleEvent(Event event)Method parameters in net.sf.okapi.filters.icml with type arguments of type Event Modifier and Type Method Description booleanICMLContext. addToQueue(List<Event> queue, boolean evenIfEmpty)Adds the text unit to the given queue. -
Uses of Event in net.sf.okapi.filters.idml
Methods in net.sf.okapi.filters.idml that return Event Modifier and Type Method Description EventIDMLFilterWriter. handleEvent(Event event)EventIDMLFilter. next()Methods in net.sf.okapi.filters.idml with parameters of type Event Modifier and Type Method Description EventIDMLFilterWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.its
Methods in net.sf.okapi.filters.its that return Event Modifier and Type Method Description EventITSFilter. next() -
Uses of Event in net.sf.okapi.filters.json
Methods in net.sf.okapi.filters.json that return Event Modifier and Type Method Description EventJSONFilter. next() -
Uses of Event in net.sf.okapi.filters.markdown
Methods in net.sf.okapi.filters.markdown that return Event Modifier and Type Method Description EventMarkdownFilter. next() -
Uses of Event in net.sf.okapi.filters.mif
Methods in net.sf.okapi.filters.mif that return Event Modifier and Type Method Description EventMIFFilter. next() -
Uses of Event in net.sf.okapi.filters.mosestext
Methods in net.sf.okapi.filters.mosestext that return Event Modifier and Type Method Description EventMosesTextFilterWriter. handleEvent(Event event)EventMosesTextFilter. next()Methods in net.sf.okapi.filters.mosestext with parameters of type Event Modifier and Type Method Description EventMosesTextFilterWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.multiparsers
Methods in net.sf.okapi.filters.multiparsers that return Event Modifier and Type Method Description EventMultiParsersFilter. next() -
Uses of Event in net.sf.okapi.filters.openoffice
Methods in net.sf.okapi.filters.openoffice that return Event Modifier and Type Method Description EventODFFilter. next()EventOpenOfficeFilter. next() -
Uses of Event in net.sf.okapi.filters.openxml
Methods in net.sf.okapi.filters.openxml that return Event Modifier and Type Method Description EventOpenXMLFilterWriter. handleEvent(Event event)Handles an event.EventOpenXMLFilter. next()Returns the next zip filter event.Methods in net.sf.okapi.filters.openxml with parameters of type Event Modifier and Type Method Description EventOpenXMLFilterWriter. handleEvent(Event event)Handles an event. -
Uses of Event in net.sf.okapi.filters.pdf
Methods in net.sf.okapi.filters.pdf that return Event Modifier and Type Method Description EventPdfFilter. next() -
Uses of Event in net.sf.okapi.filters.pensieve
Methods in net.sf.okapi.filters.pensieve that return Event Modifier and Type Method Description EventPensieveFilterWriter. handleEvent(Event event)EventPensieveFilter. next()Methods in net.sf.okapi.filters.pensieve with parameters of type Event Modifier and Type Method Description EventPensieveFilterWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.php
Methods in net.sf.okapi.filters.php that return Event Modifier and Type Method Description EventPHPContentFilter. next() -
Uses of Event in net.sf.okapi.filters.plaintext.base
Methods in net.sf.okapi.filters.plaintext.base that return types with arguments of type Event Modifier and Type Method Description protected List<Event>BasePlainTextFilter. callSubfilter(ITextUnit parent) -
Uses of Event in net.sf.okapi.filters.plaintext.regex
Methods in net.sf.okapi.filters.plaintext.regex that return Event Modifier and Type Method Description EventRegexPlainTextFilter. next() -
Uses of Event in net.sf.okapi.filters.po
Methods in net.sf.okapi.filters.po that return Event Modifier and Type Method Description EventPOWriter. handleEvent(Event event)EventPOFilter. next()Methods in net.sf.okapi.filters.po with parameters of type Event Modifier and Type Method Description EventPOWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.properties
Methods in net.sf.okapi.filters.properties that return Event Modifier and Type Method Description EventPropertiesFilter. next() -
Uses of Event in net.sf.okapi.filters.rainbowkit
Methods in net.sf.okapi.filters.rainbowkit that return Event Modifier and Type Method Description EventRainbowKitFilter. next()EventXLIFF2Filter. next() -
Uses of Event in net.sf.okapi.filters.regex
Methods in net.sf.okapi.filters.regex that return Event Modifier and Type Method Description EventRegexFilter. next() -
Uses of Event in net.sf.okapi.filters.rtf
Methods in net.sf.okapi.filters.rtf that return Event Modifier and Type Method Description EventRTFFilter. next() -
Uses of Event in net.sf.okapi.filters.tex
Methods in net.sf.okapi.filters.tex that return Event Modifier and Type Method Description EventTEXFilter. next() -
Uses of Event in net.sf.okapi.filters.tmx
Methods in net.sf.okapi.filters.tmx that return Event Modifier and Type Method Description EventTmxFilter. next() -
Uses of Event in net.sf.okapi.filters.transifex
Methods in net.sf.okapi.filters.transifex that return Event Modifier and Type Method Description EventTransifexFilterWriter. handleEvent(Event event)EventTransifexFilter. next()Methods in net.sf.okapi.filters.transifex with parameters of type Event Modifier and Type Method Description EventTransifexFilterWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.transtable
Methods in net.sf.okapi.filters.transtable that return Event Modifier and Type Method Description EventTransTableWriter. handleEvent(Event event)EventTransTableFilter. next()Methods in net.sf.okapi.filters.transtable with parameters of type Event Modifier and Type Method Description EventTransTableWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.ts
Methods in net.sf.okapi.filters.ts that return Event Modifier and Type Method Description EventTsFilter. next() -
Uses of Event in net.sf.okapi.filters.ttx
Methods in net.sf.okapi.filters.ttx that return Event Modifier and Type Method Description EventTTXFilter. next() -
Uses of Event in net.sf.okapi.filters.txml
Methods in net.sf.okapi.filters.txml that return Event Modifier and Type Method Description EventTXMLFilter. next() -
Uses of Event in net.sf.okapi.filters.vignette
Methods in net.sf.okapi.filters.vignette that return Event Modifier and Type Method Description EventVignetteFilter. next() -
Uses of Event in net.sf.okapi.filters.wiki
Methods in net.sf.okapi.filters.wiki that return Event Modifier and Type Method Description EventWikiWriter. handleEvent(Event event)EventWikiFilter. next()Methods in net.sf.okapi.filters.wiki with parameters of type Event Modifier and Type Method Description EventWikiWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.xini
Methods in net.sf.okapi.filters.xini that return Event Modifier and Type Method Description EventXINIWriter. handleEvent(Event event)EventXINIFilter. next()Methods in net.sf.okapi.filters.xini that return types with arguments of type Event Modifier and Type Method Description LinkedList<Event>XINIReader. getFilterEvents()Methods in net.sf.okapi.filters.xini with parameters of type Event Modifier and Type Method Description EventXINIWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.xini.rainbowkit
Methods in net.sf.okapi.filters.xini.rainbowkit that return Event Modifier and Type Method Description EventXINIRainbowkitWriter. handleEvent(Event event)EventXINIRainbowkitFilter. next()Methods in net.sf.okapi.filters.xini.rainbowkit that return types with arguments of type Event Modifier and Type Method Description LinkedList<Event>XINIRainbowkitReader. getFilterEvents(String relDocName)Methods in net.sf.okapi.filters.xini.rainbowkit with parameters of type Event Modifier and Type Method Description EventXINIRainbowkitWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return Event Modifier and Type Method Description EventXLIFFFilter. next() -
Uses of Event in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 that return Event Modifier and Type Method Description EventXLIFF2FilterWriter. handleEvent(Event event)EventXLIFF2Filter. next()Methods in net.sf.okapi.filters.xliff2 with parameters of type Event Modifier and Type Method Description List<Event>OkpToX2Converter. handleEvent(Event okapiEvent, XLIFF2FilterWriter xliff2FilterWriter)Takes an Okapi Core event and produces a list of XLIFF ToolkitEvents.EventXLIFF2FilterWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.filters.yaml
Methods in net.sf.okapi.filters.yaml that return Event Modifier and Type Method Description EventYamlFilter. next() -
Uses of Event in net.sf.okapi.lib.merge.merge
Methods in net.sf.okapi.lib.merge.merge that return Event Modifier and Type Method Description EventSkeletonMergerWriter. handleEvent(Event event)protected EventSkeletonMergerWriter. processUntilTextUnit()Get events in the original document until the next text unit.Methods in net.sf.okapi.lib.merge.merge with parameters of type Event Modifier and Type Method Description EventSkeletonMergerWriter. handleEvent(Event event)protected voidSkeletonMergerWriter. processTextUnit(Event event)Take the translatedTextUnitand match it up with its corresponding skeleton version. -
Uses of Event in net.sf.okapi.lib.merge.step
Methods in net.sf.okapi.lib.merge.step that return Event Modifier and Type Method Description protected EventOriginalDocumentXliffMergerStep. handleRawDocument(Event event)Methods in net.sf.okapi.lib.merge.step with parameters of type Event Modifier and Type Method Description protected EventOriginalDocumentXliffMergerStep. handleRawDocument(Event event) -
Uses of Event in net.sf.okapi.lib.preprocessing.filters.common
Methods in net.sf.okapi.lib.preprocessing.filters.common that return Event Modifier and Type Method Description EventPreprocessingFilter. next() -
Uses of Event in net.sf.okapi.lib.serialization.filter
Methods in net.sf.okapi.lib.serialization.filter that return Event Modifier and Type Method Description EventTextUnitFlatFilter. next() -
Uses of Event in net.sf.okapi.lib.serialization.step
Methods in net.sf.okapi.lib.serialization.step that return Event Modifier and Type Method Description protected EventOriginalDocumentTextUnitFlatMergerStep. handleRawDocument(Event event)Methods in net.sf.okapi.lib.serialization.step with parameters of type Event Modifier and Type Method Description protected EventOriginalDocumentTextUnitFlatMergerStep. handleRawDocument(Event event) -
Uses of Event in net.sf.okapi.lib.serialization.writer
Methods in net.sf.okapi.lib.serialization.writer that return Event Modifier and Type Method Description EventProtoBufferTextUnitFlatWriter. handleEvent(Event event)Methods in net.sf.okapi.lib.serialization.writer with parameters of type Event Modifier and Type Method Description EventProtoBufferTextUnitFlatWriter. handleEvent(Event event) -
Uses of Event in net.sf.okapi.steps.batchtranslation
Methods in net.sf.okapi.steps.batchtranslation that return Event Modifier and Type Method Description EventBatchTranslator. endBatch()Finishes the batch.protected EventBatchTranslationStep. handleEndBatchItem(Event event)protected EventBatchTranslationStep. handleRawDocument(Event event)protected EventBatchTranslationStep. handleStartBatch(Event event)protected EventBatchTranslationStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.batchtranslation with parameters of type Event Modifier and Type Method Description protected EventBatchTranslationStep. handleEndBatchItem(Event event)protected EventBatchTranslationStep. handleRawDocument(Event event)protected EventBatchTranslationStep. handleStartBatch(Event event)protected EventBatchTranslationStep. handleStartBatchItem(Event event) -
Uses of Event in net.sf.okapi.steps.bomconversion
Methods in net.sf.okapi.steps.bomconversion that return Event Modifier and Type Method Description protected EventBOMConversionStep. handleEndBatchItem(Event event)protected EventBOMConversionStep. handleRawDocument(Event event)protected EventBOMConversionStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.bomconversion with parameters of type Event Modifier and Type Method Description protected EventBOMConversionStep. handleEndBatchItem(Event event)protected EventBOMConversionStep. handleRawDocument(Event event)protected EventBOMConversionStep. handleStartBatchItem(Event event) -
Uses of Event in net.sf.okapi.steps.characterschecker
Methods in net.sf.okapi.steps.characterschecker that return Event Modifier and Type Method Description protected EventCharactersCheckerStep. handleStartBatch(Event event)protected EventCharactersCheckerStep. handleStartDocument(Event event)protected EventCharactersCheckerStep. handleStartSubDocument(Event event)protected EventCharactersCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.characterschecker with parameters of type Event Modifier and Type Method Description protected EventCharactersCheckerStep. handleStartBatch(Event event)protected EventCharactersCheckerStep. handleStartDocument(Event event)protected EventCharactersCheckerStep. handleStartSubDocument(Event event)protected EventCharactersCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.charlisting
Methods in net.sf.okapi.steps.charlisting that return Event Modifier and Type Method Description protected EventCharListingStep. handleEndBatch(Event event)protected EventCharListingStep. handleStartBatch(Event event)protected EventCharListingStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.charlisting with parameters of type Event Modifier and Type Method Description protected EventCharListingStep. handleEndBatch(Event event)protected EventCharListingStep. handleStartBatch(Event event)protected EventCharListingStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.cleanup
Methods in net.sf.okapi.steps.cleanup that return Event Modifier and Type Method Description protected EventCleanupStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.cleanup with parameters of type Event Modifier and Type Method Description protected EventCleanupStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.codesremoval
Methods in net.sf.okapi.steps.codesremoval that return Event Modifier and Type Method Description protected EventCodesRemovalStep. handleStartBatch(Event event)protected EventCodesRemovalStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.codesremoval with parameters of type Event Modifier and Type Method Description protected EventCodesRemovalStep. handleStartBatch(Event event)protected EventCodesRemovalStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common that return Event Modifier and Type Method Description EventAbstractCompoundStep. handleEvent(Event event)EventFilterEventsToRawDocumentStep. handleEvent(Event event)Catch all incomingEvents and write them out to the output document.EventFilterEventsWriterStep. handleEvent(Event event)EventRawDocumentToFilterEventsStep. handleEvent(Event event)EventResourceSimplifierStep. handleEvent(Event event)protected EventExtractionVerificationStep. handleRawDocument(Event event)EventRawDocumentToOutputStreamStep. handleRawDocument(Event event)EventRawDocumentWriterStep. handleRawDocument(Event event)protected EventFilterEventsToRawDocumentStep. handleStartDocument(Event event)protected EventConvertSegmentsToTextUnitsStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.common with parameters of type Event Modifier and Type Method Description EventAbstractCompoundStep. handleEvent(Event event)EventFilterEventsToRawDocumentStep. handleEvent(Event event)Catch all incomingEvents and write them out to the output document.EventFilterEventsWriterStep. handleEvent(Event event)EventRawDocumentToFilterEventsStep. handleEvent(Event event)EventResourceSimplifierStep. handleEvent(Event event)protected EventExtractionVerificationStep. handleRawDocument(Event event)EventRawDocumentToOutputStreamStep. handleRawDocument(Event event)EventRawDocumentWriterStep. handleRawDocument(Event event)protected EventFilterEventsToRawDocumentStep. handleStartDocument(Event event)protected EventConvertSegmentsToTextUnitsStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common.codesimplifier
Methods in net.sf.okapi.steps.common.codesimplifier that return Event Modifier and Type Method Description protected EventCodeSimplifierStep. handleTextUnit(Event event)protected EventPostSegmentationCodeSimplifierStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.common.codesimplifier with parameters of type Event Modifier and Type Method Description protected EventCodeSimplifierStep. handleTextUnit(Event event)protected EventPostSegmentationCodeSimplifierStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common.copysource
Methods in net.sf.okapi.steps.common.copysource that return Event Modifier and Type Method Description protected EventCopySourceOnEmptyTargetStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.common.copysource with parameters of type Event Modifier and Type Method Description protected EventCopySourceOnEmptyTargetStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common.createtarget
Methods in net.sf.okapi.steps.common.createtarget that return Event Modifier and Type Method Description EventCreateTargetStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.common.createtarget with parameters of type Event Modifier and Type Method Description EventCreateTargetStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common.removetarget
Methods in net.sf.okapi.steps.common.removetarget that return Event Modifier and Type Method Description protected EventRemoveTargetStep. handleStartBatch(Event event)protected EventRemoveTargetStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.common.removetarget with parameters of type Event Modifier and Type Method Description protected EventRemoveTargetStep. handleStartBatch(Event event)protected EventRemoveTargetStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.common.tufiltering
Methods in net.sf.okapi.steps.common.tufiltering that return Event Modifier and Type Method Description protected EventTuFilteringStep. handleStartBatch(Event event)protected EventTuFilteringStep. handleTextUnit(Event event)protected EventTuFilteringStep. processFiltered(Event tuEvent)Process a given text unit event.Methods in net.sf.okapi.steps.common.tufiltering with parameters of type Event Modifier and Type Method Description protected EventTuFilteringStep. handleStartBatch(Event event)protected EventTuFilteringStep. handleTextUnit(Event event)protected EventTuFilteringStep. processFiltered(Event tuEvent)Process a given text unit event. -
Uses of Event in net.sf.okapi.steps.copyormove
Methods in net.sf.okapi.steps.copyormove that return Event Modifier and Type Method Description EventCopyOrMoveStep. handleRawDocument(Event event)Methods in net.sf.okapi.steps.copyormove with parameters of type Event Modifier and Type Method Description EventCopyOrMoveStep. handleRawDocument(Event event) -
Uses of Event in net.sf.okapi.steps.desegmentation
Methods in net.sf.okapi.steps.desegmentation that return Event Modifier and Type Method Description protected EventDesegmentationStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.desegmentation with parameters of type Event Modifier and Type Method Description protected EventDesegmentationStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.diffleverage
Methods in net.sf.okapi.steps.diffleverage that return Event Modifier and Type Method Description protected EventDiffLeverageStep. handleDocumentPart(Event event)protected EventDiffLeverageStep. handleEndBatch(Event event)protected EventDiffLeverageStep. handleEndDocument(Event event)protected EventDiffLeverageStep. handleEndGroup(Event event)protected EventDiffLeverageStep. handleEndSubDocument(Event event)protected EventDiffLeverageStep. handleRawDocument(Event event)protected EventDiffLeverageStep. handleStartBatch(Event event)protected EventDiffLeverageStep. handleStartDocument(Event event)protected EventDiffLeverageStep. handleStartGroup(Event event)protected EventDiffLeverageStep. handleStartSubDocument(Event event)protected EventDiffLeverageStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.diffleverage with parameters of type Event Modifier and Type Method Description protected EventDiffLeverageStep. handleDocumentPart(Event event)protected EventDiffLeverageStep. handleEndBatch(Event event)protected EventDiffLeverageStep. handleEndDocument(Event event)protected EventDiffLeverageStep. handleEndGroup(Event event)protected EventDiffLeverageStep. handleEndSubDocument(Event event)protected EventDiffLeverageStep. handleRawDocument(Event event)protected EventDiffLeverageStep. handleStartBatch(Event event)protected EventDiffLeverageStep. handleStartDocument(Event event)protected EventDiffLeverageStep. handleStartGroup(Event event)protected EventDiffLeverageStep. handleStartSubDocument(Event event)protected EventDiffLeverageStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.encodingconversion
Methods in net.sf.okapi.steps.encodingconversion that return Event Modifier and Type Method Description protected EventEncodingConversionStep. handleRawDocument(Event event)protected EventEncodingConversionStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.encodingconversion with parameters of type Event Modifier and Type Method Description protected EventEncodingConversionStep. handleRawDocument(Event event)protected EventEncodingConversionStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.enrycher
Methods in net.sf.okapi.steps.enrycher that return Event Modifier and Type Method Description EventEnrycherStep. handleEvent(Event event)protected EventEnrycherStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.enrycher with parameters of type Event Modifier and Type Method Description EventEnrycherStep. handleEvent(Event event)protected EventEnrycherStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.externalcommand
Methods in net.sf.okapi.steps.externalcommand that return Event Modifier and Type Method Description protected EventExternalCommandStep. handleEndBatch(Event event)protected EventExternalCommandStep. handleRawDocument(Event event)protected EventExternalCommandStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.externalcommand with parameters of type Event Modifier and Type Method Description protected EventExternalCommandStep. handleEndBatch(Event event)protected EventExternalCommandStep. handleRawDocument(Event event)protected EventExternalCommandStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.formatconversion
Methods in net.sf.okapi.steps.formatconversion that return Event Modifier and Type Method Description EventCorpusFilterWriter. handleEvent(Event event)EventFormatConversionStep. handleEvent(Event event)EventTableFilterWriter. handleEvent(Event event)EventWordTableFilterWriter. handleEvent(Event event)Methods in net.sf.okapi.steps.formatconversion with parameters of type Event Modifier and Type Method Description EventCorpusFilterWriter. handleEvent(Event event)EventFormatConversionStep. handleEvent(Event event)EventTableFilterWriter. handleEvent(Event event)EventWordTableFilterWriter. handleEvent(Event event)protected voidFormatConversionStep. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.fullwidthconversion
Methods in net.sf.okapi.steps.fullwidthconversion that return Event Modifier and Type Method Description protected EventFullWidthConversionStep. handleEndDocument(Event event)protected EventFullWidthConversionStep. handleStartDocument(Event event)protected EventFullWidthConversionStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.fullwidthconversion with parameters of type Event Modifier and Type Method Description protected EventFullWidthConversionStep. handleEndDocument(Event event)protected EventFullWidthConversionStep. handleStartDocument(Event event)protected EventFullWidthConversionStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.generalchecker
Methods in net.sf.okapi.steps.generalchecker that return Event Modifier and Type Method Description protected EventGeneralCheckerStep. handleStartBatch(Event event)protected EventGeneralCheckerStep. handleStartDocument(Event event)protected EventGeneralCheckerStep. handleStartSubDocument(Event event)protected EventGeneralCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.generalchecker with parameters of type Event Modifier and Type Method Description protected EventGeneralCheckerStep. handleStartBatch(Event event)protected EventGeneralCheckerStep. handleStartDocument(Event event)protected EventGeneralCheckerStep. handleStartSubDocument(Event event)protected EventGeneralCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.idaligner
Methods in net.sf.okapi.steps.idaligner that return Event Modifier and Type Method Description protected EventIdBasedAlignerStep. handleEndBatch(Event event)protected EventIdBasedAlignerStep. handleEndDocument(Event event)protected EventIdBasedAlignerStep. handleStartBatch(Event event)protected EventIdBasedAlignerStep. handleStartDocument(Event event)protected EventIdBasedAlignerStep. handleTextUnit(Event sourceEvent)Methods in net.sf.okapi.steps.idaligner with parameters of type Event Modifier and Type Method Description protected EventIdBasedAlignerStep. handleEndBatch(Event event)protected EventIdBasedAlignerStep. handleEndDocument(Event event)protected EventIdBasedAlignerStep. handleStartBatch(Event event)protected EventIdBasedAlignerStep. handleStartDocument(Event event)protected EventIdBasedAlignerStep. handleTextUnit(Event sourceEvent) -
Uses of Event in net.sf.okapi.steps.idbasedcopy
Methods in net.sf.okapi.steps.idbasedcopy that return Event Modifier and Type Method Description protected EventIdBasedCopyStep. handleEndDocument(Event event)protected EventIdBasedCopyStep. handleStartDocument(Event event)protected EventIdBasedCopyStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.idbasedcopy with parameters of type Event Modifier and Type Method Description protected EventIdBasedCopyStep. handleEndDocument(Event event)protected EventIdBasedCopyStep. handleStartDocument(Event event)protected EventIdBasedCopyStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.imagemodification
Methods in net.sf.okapi.steps.imagemodification that return Event Modifier and Type Method Description EventImageModificationStep. handleRawDocument(Event event)protected EventImageModificationStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.imagemodification with parameters of type Event Modifier and Type Method Description EventImageModificationStep. handleRawDocument(Event event)protected EventImageModificationStep. handleStartBatchItem(Event event) -
Uses of Event in net.sf.okapi.steps.inconsistencycheck
Methods in net.sf.okapi.steps.inconsistencycheck that return Event Modifier and Type Method Description EventInconsistencyCheckStep. handleEndBatch(Event event)EventInconsistencyCheckStep. handleEndDocument(Event event)EventInconsistencyCheckStep. handleStartBatch(Event event)EventInconsistencyCheckStep. handleStartDocument(Event event)EventInconsistencyCheckStep. handleStartSubDocument(Event event)EventInconsistencyCheckStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.inconsistencycheck with parameters of type Event Modifier and Type Method Description EventInconsistencyCheckStep. handleEndBatch(Event event)EventInconsistencyCheckStep. handleEndDocument(Event event)EventInconsistencyCheckStep. handleStartBatch(Event event)EventInconsistencyCheckStep. handleStartDocument(Event event)EventInconsistencyCheckStep. handleStartSubDocument(Event event)EventInconsistencyCheckStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.inlinescodeschecker
Methods in net.sf.okapi.steps.inlinescodeschecker that return Event Modifier and Type Method Description protected EventInlineCodesCheckerStep. handleStartBatch(Event event)protected EventInlineCodesCheckerStep. handleStartDocument(Event event)protected EventInlineCodesCheckerStep. handleStartSubDocument(Event event)protected EventInlineCodesCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.inlinescodeschecker with parameters of type Event Modifier and Type Method Description protected EventInlineCodesCheckerStep. handleStartBatch(Event event)protected EventInlineCodesCheckerStep. handleStartDocument(Event event)protected EventInlineCodesCheckerStep. handleStartSubDocument(Event event)protected EventInlineCodesCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.lengthchecker
Methods in net.sf.okapi.steps.lengthchecker that return Event Modifier and Type Method Description protected EventLengthCheckerStep. handleStartBatch(Event event)protected EventLengthCheckerStep. handleStartDocument(Event event)protected EventLengthCheckerStep. handleStartSubDocument(Event event)protected EventLengthCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.lengthchecker with parameters of type Event Modifier and Type Method Description protected EventLengthCheckerStep. handleStartBatch(Event event)protected EventLengthCheckerStep. handleStartDocument(Event event)protected EventLengthCheckerStep. handleStartSubDocument(Event event)protected EventLengthCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.leveraging
Methods in net.sf.okapi.steps.leveraging that return Event Modifier and Type Method Description protected EventLeveragingStep. handleEndBatch(Event event)protected EventBatchTmLeveragingStep. handleEndDocument(Event event)protected EventLeveragingStep. handleEndDocument(Event event)EventBatchTmLeveragingStep. handleEvent(Event event)protected EventBatchTmLeveragingStep. handleStartBatch(Event event)protected EventLeveragingStep. handleStartBatch(Event event)protected EventLeveragingStep. handleStartDocument(Event event)protected EventBatchTmLeveragingStep. handleTextUnit(Event event)protected EventLeveragingStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.leveraging with parameters of type Event Modifier and Type Method Description protected EventLeveragingStep. handleEndBatch(Event event)protected EventBatchTmLeveragingStep. handleEndDocument(Event event)protected EventLeveragingStep. handleEndDocument(Event event)EventBatchTmLeveragingStep. handleEvent(Event event)protected EventBatchTmLeveragingStep. handleStartBatch(Event event)protected EventLeveragingStep. handleStartBatch(Event event)protected EventLeveragingStep. handleStartDocument(Event event)protected EventBatchTmLeveragingStep. handleTextUnit(Event event)protected EventLeveragingStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.linebreakconversion
Methods in net.sf.okapi.steps.linebreakconversion that return Event Modifier and Type Method Description protected EventLineBreakConversionStep. handleRawDocument(Event event)Methods in net.sf.okapi.steps.linebreakconversion with parameters of type Event Modifier and Type Method Description protected EventLineBreakConversionStep. handleRawDocument(Event event) -
Uses of Event in net.sf.okapi.steps.localizablechecker
Methods in net.sf.okapi.steps.localizablechecker that return Event Modifier and Type Method Description protected EventLocalizableCheckerStep. handleStartBatch(Event event)protected EventLocalizableCheckerStep. handleStartDocument(Event event)protected EventLocalizableCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.localizablechecker with parameters of type Event Modifier and Type Method Description protected EventLocalizableCheckerStep. handleStartBatch(Event event)protected EventLocalizableCheckerStep. handleStartDocument(Event event)protected EventLocalizableCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.moses
Methods in net.sf.okapi.steps.moses that return Event Modifier and Type Method Description EventExtractionStep. handleEvent(Event event)EventMergingStep. handleEvent(Event event)Methods in net.sf.okapi.steps.moses with parameters of type Event Modifier and Type Method Description EventExtractionStep. handleEvent(Event event)EventMergingStep. handleEvent(Event event) -
Uses of Event in net.sf.okapi.steps.msbatchtranslation
Methods in net.sf.okapi.steps.msbatchtranslation that return Event Modifier and Type Method Description static EventMSBatchTranslationStep. generateAltOutput(String outFilePath, String defaultEncoding, LocaleId sourceLocale, LocaleId targetLocale, String filterConfigId)Generates the alternative output used by several Trados StepsEventMSBatchTranslationStep. handleEvent(Event event)protected EventMSBatchTranslationStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.msbatchtranslation with parameters of type Event Modifier and Type Method Description EventMSBatchTranslationStep. handleEvent(Event event)protected EventMSBatchTranslationStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.paraaligner
Methods in net.sf.okapi.steps.paraaligner that return Event Modifier and Type Method Description protected EventParagraphAlignerStep. handleDocumentPart(Event event)protected EventParagraphAlignerStep. handleEndBatch(Event event)protected EventParagraphAlignerStep. handleEndDocument(Event event)protected EventParagraphAlignerStep. handleEndGroup(Event event)protected EventParagraphAlignerStep. handleEndSubDocument(Event event)protected EventParagraphAlignerStep. handleStartBatch(Event event)protected EventParagraphAlignerStep. handleStartDocument(Event event)protected EventParagraphAlignerStep. handleStartGroup(Event event)protected EventParagraphAlignerStep. handleStartSubDocument(Event event)protected EventParagraphAlignerStep. handleTextUnit(Event sourceEvent)Methods in net.sf.okapi.steps.paraaligner with parameters of type Event Modifier and Type Method Description intEventComparator. compare(Event srcEvent, Event trgEvent)protected EventParagraphAlignerStep. handleDocumentPart(Event event)protected EventParagraphAlignerStep. handleEndBatch(Event event)protected EventParagraphAlignerStep. handleEndDocument(Event event)protected EventParagraphAlignerStep. handleEndGroup(Event event)protected EventParagraphAlignerStep. handleEndSubDocument(Event event)protected EventParagraphAlignerStep. handleStartBatch(Event event)protected EventParagraphAlignerStep. handleStartDocument(Event event)protected EventParagraphAlignerStep. handleStartGroup(Event event)protected EventParagraphAlignerStep. handleStartSubDocument(Event event)protected EventParagraphAlignerStep. handleTextUnit(Event sourceEvent) -
Uses of Event in net.sf.okapi.steps.patternschecker
Methods in net.sf.okapi.steps.patternschecker that return Event Modifier and Type Method Description protected EventPatternsCheckerStep. handleStartBatch(Event event)protected EventPatternsCheckerStep. handleStartDocument(Event event)protected EventPatternsCheckerStep. handleStartSubDocument(Event event)protected EventPatternsCheckerStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.patternschecker with parameters of type Event Modifier and Type Method Description protected EventPatternsCheckerStep. handleStartBatch(Event event)protected EventPatternsCheckerStep. handleStartDocument(Event event)protected EventPatternsCheckerStep. handleStartSubDocument(Event event)protected EventPatternsCheckerStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.qualitycheck
Methods in net.sf.okapi.steps.qualitycheck that return Event Modifier and Type Method Description protected EventQualityCheckStep. handleEndBatch(Event event)protected EventQualityCheckStep. handleRawDocument(Event event)protected EventQualityCheckStep. handleStartBatch(Event event)protected EventQualityCheckStep. handleStartBatchItem(Event event)protected EventQualityCheckStep. handleStartDocument(Event event)protected EventQualityCheckStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.qualitycheck with parameters of type Event Modifier and Type Method Description protected EventQualityCheckStep. handleEndBatch(Event event)protected EventQualityCheckStep. handleRawDocument(Event event)protected EventQualityCheckStep. handleStartBatch(Event event)protected EventQualityCheckStep. handleStartBatchItem(Event event)protected EventQualityCheckStep. handleStartDocument(Event event)protected EventQualityCheckStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.common
Methods in net.sf.okapi.steps.rainbowkit.common that return Event Modifier and Type Method Description protected EventBasePackageWriter. creatRawDocumentEventSet(String inputPath, String defaultEncoding, LocaleId srcLoc, LocaleId trgLoc)EventBasePackageWriter. handleEvent(Event event)protected abstract EventBasePackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.common with parameters of type Event Modifier and Type Method Description EventBasePackageWriter. handleEvent(Event event)protected voidBasePackageWriter. processDocumentPart(Event event)protected abstract EventBasePackageWriter. processEndDocument(Event event)protected voidBasePackageWriter. processEndGroup(Event event)protected voidBasePackageWriter. processEndSubDocument(Event event)protected voidBasePackageWriter. processRawDocument(Event event)protected voidBasePackageWriter. processStartDocument(Event event)protected voidBasePackageWriter. processStartGroup(Event event)protected voidBasePackageWriter. processStartSubDocument(Event event)protected abstract voidBasePackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.creation
Methods in net.sf.okapi.steps.rainbowkit.creation that return Event Modifier and Type Method Description protected EventExtractionStep. handleEndBatch(Event event)EventExtractionStep. handleEvent(Event event)protected EventExtractionStep. handleRawDocument(Event event)protected EventExtractionStep. handleStartBatch(Event event)protected EventExtractionStep. handleStartDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.creation with parameters of type Event Modifier and Type Method Description protected EventExtractionStep. handleEndBatch(Event event)EventExtractionStep. handleEvent(Event event)protected EventExtractionStep. handleRawDocument(Event event)protected EventExtractionStep. handleStartBatch(Event event)protected EventExtractionStep. handleStartDocument(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.omegat
Methods in net.sf.okapi.steps.rainbowkit.omegat with parameters of type Event Modifier and Type Method Description protected voidOmegaTPackageWriter. processStartDocument(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.ontram
Methods in net.sf.okapi.steps.rainbowkit.ontram that return Event Modifier and Type Method Description protected EventOntramPackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.ontram with parameters of type Event Modifier and Type Method Description protected EventOntramPackageWriter. processEndDocument(Event event)protected voidOntramPackageWriter. processEndGroup(Event event)protected voidOntramPackageWriter. processStartDocument(Event event)protected voidOntramPackageWriter. processStartGroup(Event event)protected voidOntramPackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.po
Methods in net.sf.okapi.steps.rainbowkit.po that return Event Modifier and Type Method Description protected EventPOPackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.po with parameters of type Event Modifier and Type Method Description protected EventPOPackageWriter. processEndDocument(Event event)protected voidPOPackageWriter. processEndSubDocument(Event event)protected voidPOPackageWriter. processStartDocument(Event event)protected voidPOPackageWriter. processStartSubDocument(Event event)protected voidPOPackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.postprocess
Methods in net.sf.okapi.steps.rainbowkit.postprocess that return Event Modifier and Type Method Description EventMerger. handleEvent(Event event)EventMergingStep. handleEvent(Event event)protected EventMergingStep. handleStartDocument(Event event)EventMerger. startMerging(MergingInfo info, Event event)Methods in net.sf.okapi.steps.rainbowkit.postprocess with parameters of type Event Modifier and Type Method Description EventMerger. handleEvent(Event event)EventMergingStep. handleEvent(Event event)protected EventMergingStep. handleStartDocument(Event event)EventMerger. startMerging(MergingInfo info, Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.rtf
Methods in net.sf.okapi.steps.rainbowkit.rtf that return Event Modifier and Type Method Description protected EventRTFPackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.rtf with parameters of type Event Modifier and Type Method Description protected voidRTFPackageWriter. processDocumentPart(Event event)protected EventRTFPackageWriter. processEndDocument(Event event)protected voidRTFPackageWriter. processEndGroup(Event event)protected voidRTFPackageWriter. processEndSubDocument(Event event)protected voidRTFPackageWriter. processStartDocument(Event event)protected voidRTFPackageWriter. processStartGroup(Event event)protected voidRTFPackageWriter. processStartSubDocument(Event event)protected voidRTFPackageWriter. processTextUnit(Event event)voidRTFLayerWriter. writeEvent(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.table
Methods in net.sf.okapi.steps.rainbowkit.table that return Event Modifier and Type Method Description protected EventTablePackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.table with parameters of type Event Modifier and Type Method Description protected EventTablePackageWriter. processEndDocument(Event event)protected voidTablePackageWriter. processEndSubDocument(Event event)protected voidTablePackageWriter. processStartDocument(Event event)protected voidTablePackageWriter. processStartSubDocument(Event event)protected voidTablePackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.transifex
Methods in net.sf.okapi.steps.rainbowkit.transifex that return Event Modifier and Type Method Description protected EventTransifexPackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.transifex with parameters of type Event Modifier and Type Method Description protected EventTransifexPackageWriter. processEndDocument(Event event)protected voidTransifexPackageWriter. processEndSubDocument(Event event)protected voidTransifexPackageWriter. processStartDocument(Event event)protected voidTransifexPackageWriter. processStartSubDocument(Event event)protected voidTransifexPackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff that return Event Modifier and Type Method Description EventXLIFFPackageWriter. handleEvent(Event event)protected EventXLIFF2PackageWriter. processEndDocument(Event event)protected EventXLIFFPackageWriter. processEndDocument(Event event)Methods in net.sf.okapi.steps.rainbowkit.xliff with parameters of type Event Modifier and Type Method Description EventXLIFFPackageWriter. handleEvent(Event event)protected voidXLIFF2PackageWriter. processDocumentPart(Event event)protected EventXLIFF2PackageWriter. processEndDocument(Event event)protected EventXLIFFPackageWriter. processEndDocument(Event event)protected voidXLIFF2PackageWriter. processEndGroup(Event event)protected voidXLIFFPackageWriter. processEndGroup(Event event)protected voidXLIFF2PackageWriter. processEndSubDocument(Event event)protected voidXLIFFPackageWriter. processEndSubDocument(Event event)protected voidXLIFF2PackageWriter. processStartDocument(Event event)protected voidXLIFFPackageWriter. processStartDocument(Event event)protected voidXLIFF2PackageWriter. processStartGroup(Event event)protected voidXLIFFPackageWriter. processStartGroup(Event event)protected voidXLIFF2PackageWriter. processStartSubDocument(Event event)protected voidXLIFFPackageWriter. processStartSubDocument(Event event)protected voidXLIFF2PackageWriter. processTextUnit(Event event)protected voidXLIFFPackageWriter. processTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.repetitionanalysis
Methods in net.sf.okapi.steps.repetitionanalysis that return Event Modifier and Type Method Description protected EventRepetitionAnalysisStep. handleEndDocument(Event event)protected EventRepetitionAnalysisStep. handleStartDocument(Event event)protected EventRepetitionAnalysisStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.repetitionanalysis with parameters of type Event Modifier and Type Method Description protected EventRepetitionAnalysisStep. handleEndDocument(Event event)protected EventRepetitionAnalysisStep. handleStartDocument(Event event)protected EventRepetitionAnalysisStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.rtfconversion
Methods in net.sf.okapi.steps.rtfconversion that return Event Modifier and Type Method Description protected EventRTFConversionStep. handleRawDocument(Event event)protected EventRTFConversionStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.rtfconversion with parameters of type Event Modifier and Type Method Description protected EventRTFConversionStep. handleRawDocument(Event event)protected EventRTFConversionStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.scopingreport
Methods in net.sf.okapi.steps.scopingreport that return Event Modifier and Type Method Description protected EventScopingReportStep. handleEndBatch(Event event)Sets per-project fieldsprotected EventScopingReportStep. handleEndBatchItem(Event event)protected EventScopingReportStep. handleEndDocument(Event event)protected EventScopingReportStep. handleStartBatch(Event event)protected EventScopingReportStep. handleStartBatchItem(Event event)protected EventScopingReportStep. handleStartDocument(Event event)protected EventScopingReportStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.scopingreport with parameters of type Event Modifier and Type Method Description protected EventScopingReportStep. handleEndBatch(Event event)Sets per-project fieldsprotected EventScopingReportStep. handleEndBatchItem(Event event)protected EventScopingReportStep. handleEndDocument(Event event)protected EventScopingReportStep. handleStartBatch(Event event)protected EventScopingReportStep. handleStartBatchItem(Event event)protected EventScopingReportStep. handleStartDocument(Event event)protected EventScopingReportStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.searchandreplace
Methods in net.sf.okapi.steps.searchandreplace that return Event Modifier and Type Method Description protected EventSearchAndReplaceStep. handleEndBatch(Event event)protected EventSearchAndReplaceStep. handleRawDocument(Event event)protected EventSearchAndReplaceStep. handleStartBatch(Event event)protected EventSearchAndReplaceStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.searchandreplace with parameters of type Event Modifier and Type Method Description protected EventSearchAndReplaceStep. handleEndBatch(Event event)protected EventSearchAndReplaceStep. handleRawDocument(Event event)protected EventSearchAndReplaceStep. handleStartBatch(Event event)protected EventSearchAndReplaceStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.segmentation
Methods in net.sf.okapi.steps.segmentation that return Event Modifier and Type Method Description protected EventSegmentationStep. handleCustom(Event event)protected EventSegmentationStep. handleStartBatch(Event event)protected EventSegmentationStep. handleStartBatchItem(Event event)protected EventSegmentationStep. handleStartDocument(Event event)protected EventSegmentationStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.segmentation with parameters of type Event Modifier and Type Method Description protected EventSegmentationStep. handleCustom(Event event)protected EventSegmentationStep. handleStartBatch(Event event)protected EventSegmentationStep. handleStartBatchItem(Event event)protected EventSegmentationStep. handleStartDocument(Event event)protected EventSegmentationStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.sentencealigner
Methods in net.sf.okapi.steps.sentencealigner that return Event Modifier and Type Method Description protected EventSentenceAlignerStep. handleEndBatch(Event event)protected EventSentenceAlignerStep. handleEndDocument(Event event)protected EventSentenceAlignerStep. handlePipelineParameters(Event sourceEvent)protected EventSentenceAlignerStep. handleStartBatch(Event event)protected EventSentenceAlignerStep. handleStartDocument(Event event)protected EventSentenceAlignerStep. handleTextUnit(Event sourceEvent)Methods in net.sf.okapi.steps.sentencealigner with parameters of type Event Modifier and Type Method Description protected EventSentenceAlignerStep. handleEndBatch(Event event)protected EventSentenceAlignerStep. handleEndDocument(Event event)protected EventSentenceAlignerStep. handlePipelineParameters(Event sourceEvent)protected EventSentenceAlignerStep. handleStartBatch(Event event)protected EventSentenceAlignerStep. handleStartDocument(Event event)protected EventSentenceAlignerStep. handleTextUnit(Event sourceEvent) -
Uses of Event in net.sf.okapi.steps.spacecheck
Methods in net.sf.okapi.steps.spacecheck that return Event Modifier and Type Method Description protected EventSpaceCheckStep. handleEndDocument(Event event)protected EventSpaceCheckStep. handleStartDocument(Event event)protected EventSpaceCheckStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.spacecheck with parameters of type Event Modifier and Type Method Description protected EventSpaceCheckStep. handleEndDocument(Event event)protected EventSpaceCheckStep. handleStartDocument(Event event)protected EventSpaceCheckStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.termextraction
Methods in net.sf.okapi.steps.termextraction that return Event Modifier and Type Method Description protected EventTermExtractionStep. handleEndBatch(Event event)protected EventTermExtractionStep. handleStartBatch(Event event)protected EventTermExtractionStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.termextraction with parameters of type Event Modifier and Type Method Description protected EventTermExtractionStep. handleEndBatch(Event event)protected EventTermExtractionStep. handleStartBatch(Event event)protected EventTermExtractionStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.terminologyleveraging
Methods in net.sf.okapi.steps.terminologyleveraging that return Event Modifier and Type Method Description protected EventTerminologyLeveragingStep. handleEndBatch(Event event)protected EventTerminologyLeveragingStep. handleEndDocument(Event event)protected EventTerminologyLeveragingStep. handleStartBatch(Event event)protected EventTerminologyLeveragingStep. handleStartDocument(Event event)protected EventTerminologyLeveragingStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.terminologyleveraging with parameters of type Event Modifier and Type Method Description protected EventTerminologyLeveragingStep. handleEndBatch(Event event)protected EventTerminologyLeveragingStep. handleEndDocument(Event event)protected EventTerminologyLeveragingStep. handleStartBatch(Event event)protected EventTerminologyLeveragingStep. handleStartDocument(Event event)protected EventTerminologyLeveragingStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.textmodification
Methods in net.sf.okapi.steps.textmodification that return Event Modifier and Type Method Description protected EventTextModificationStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.textmodification with parameters of type Event Modifier and Type Method Description protected EventTextModificationStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.tmimport
Methods in net.sf.okapi.steps.tmimport that return Event Modifier and Type Method Description EventTMImportStep. handleEvent(Event event)Methods in net.sf.okapi.steps.tmimport with parameters of type Event Modifier and Type Method Description EventTMImportStep. handleEvent(Event event) -
Uses of Event in net.sf.okapi.steps.tokenization
Methods in net.sf.okapi.steps.tokenization that return Event Modifier and Type Method Description protected EventTokenizationStep. handleStartDocument(Event event)protected EventTokenizationStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.tokenization with parameters of type Event Modifier and Type Method Description protected EventTokenizationStep. handleStartDocument(Event event)protected EventTokenizationStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.translationcomparison
Methods in net.sf.okapi.steps.translationcomparison that return Event Modifier and Type Method Description protected EventTranslationComparisonStep. handleEndBatch(Event event)protected EventTranslationComparisonStep. handleEndDocument(Event event)protected EventTranslationComparisonStep. handleStartBatch(Event event)protected EventTranslationComparisonStep. handleStartDocument(Event event1)protected EventTranslationComparisonStep. handleTextUnit(Event event1)Methods in net.sf.okapi.steps.translationcomparison with parameters of type Event Modifier and Type Method Description protected EventTranslationComparisonStep. handleEndBatch(Event event)protected EventTranslationComparisonStep. handleEndDocument(Event event)protected EventTranslationComparisonStep. handleStartBatch(Event event)protected EventTranslationComparisonStep. handleStartDocument(Event event1)protected EventTranslationComparisonStep. handleTextUnit(Event event1) -
Uses of Event in net.sf.okapi.steps.ttxsplitter
Methods in net.sf.okapi.steps.ttxsplitter that return Event Modifier and Type Method Description protected EventTTXJoinerStep. handleEndBatch(Event event)protected EventTTXJoinerStep. handleRawDocument(Event event)protected EventTTXSplitterStep. handleRawDocument(Event event)protected EventTTXJoinerStep. handleStartBatch(Event event)protected EventTTXSplitterStep. handleStartBatch(Event event)protected EventTTXSplitterStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.ttxsplitter with parameters of type Event Modifier and Type Method Description protected EventTTXJoinerStep. handleEndBatch(Event event)protected EventTTXJoinerStep. handleRawDocument(Event event)protected EventTTXSplitterStep. handleRawDocument(Event event)protected EventTTXJoinerStep. handleStartBatch(Event event)protected EventTTXSplitterStep. handleStartBatch(Event event)protected EventTTXSplitterStep. handleStartBatchItem(Event event) -
Uses of Event in net.sf.okapi.steps.uriconversion
Methods in net.sf.okapi.steps.uriconversion that return Event Modifier and Type Method Description protected EventUriConversionStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.uriconversion with parameters of type Event Modifier and Type Method Description protected EventUriConversionStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.whitespacecorrection
Methods in net.sf.okapi.steps.whitespacecorrection that return Event Modifier and Type Method Description protected EventWhitespaceCorrectionStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.whitespacecorrection with parameters of type Event Modifier and Type Method Description protected EventWhitespaceCorrectionStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.wordcount
Methods in net.sf.okapi.steps.wordcount that return Event Modifier and Type Method Description protected EventCharacterCountStep. handleEndBatch(Event event)protected EventSimpleWordCountStep. handleEndBatch(Event event)protected EventCharacterCountStep. handleEndBatchItem(Event event)protected EventSimpleWordCountStep. handleEndBatchItem(Event event)protected EventCharacterCountStep. handleEndDocument(Event event)protected EventCharacterCountStep. handleEndGroup(Event event)protected EventCharacterCountStep. handleEndSubDocument(Event event)protected EventCharacterCountStep. handleStartBatch(Event event)protected EventSimpleWordCountStep. handleStartBatch(Event event)protected EventCharacterCountStep. handleStartBatchItem(Event event)protected EventSimpleWordCountStep. handleStartBatchItem(Event event)protected EventCharacterCountStep. handleStartDocument(Event event)protected EventCharacterCountStep. handleStartGroup(Event event)protected EventCharacterCountStep. handleStartSubDocument(Event event)protected EventCharacterCountStep. handleTextUnit(Event event)protected EventSimpleWordCountStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.wordcount with parameters of type Event Modifier and Type Method Description protected EventCharacterCountStep. handleEndBatch(Event event)protected EventSimpleWordCountStep. handleEndBatch(Event event)protected EventCharacterCountStep. handleEndBatchItem(Event event)protected EventSimpleWordCountStep. handleEndBatchItem(Event event)protected EventCharacterCountStep. handleEndDocument(Event event)protected EventCharacterCountStep. handleEndGroup(Event event)protected EventCharacterCountStep. handleEndSubDocument(Event event)protected EventCharacterCountStep. handleStartBatch(Event event)protected EventSimpleWordCountStep. handleStartBatch(Event event)protected EventCharacterCountStep. handleStartBatchItem(Event event)protected EventSimpleWordCountStep. handleStartBatchItem(Event event)protected EventCharacterCountStep. handleStartDocument(Event event)protected EventCharacterCountStep. handleStartGroup(Event event)protected EventCharacterCountStep. handleStartSubDocument(Event event)protected EventCharacterCountStep. handleTextUnit(Event event)protected EventSimpleWordCountStep. handleTextUnit(Event event)protected voidCharacterCountStep. saveToMetrics(Event event, CharacterCounter.Counts count) -
Uses of Event in net.sf.okapi.steps.wordcount.categorized.gmx
Methods in net.sf.okapi.steps.wordcount.categorized.gmx that return Event Modifier and Type Method Description protected EventGMXAlphanumericOnlyTextUnitWordCountStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.wordcount.categorized.gmx with parameters of type Event Modifier and Type Method Description protected EventGMXAlphanumericOnlyTextUnitWordCountStep. handleTextUnit(Event event) -
Uses of Event in net.sf.okapi.steps.wordcount.common
Methods in net.sf.okapi.steps.wordcount.common that return Event Modifier and Type Method Description protected EventBaseCountStep. handleEndBatch(Event event)protected EventBaseCountStep. handleEndBatchItem(Event event)protected EventBaseCountStep. handleEndDocument(Event event)protected EventBaseCountStep. handleEndGroup(Event event)protected EventBaseCountStep. handleEndSubDocument(Event event)protected EventBaseCountStep. handleStartBatch(Event event)protected EventBaseCountStep. handleStartBatchItem(Event event)protected EventBaseCountStep. handleStartDocument(Event event)protected EventBaseCountStep. handleStartGroup(Event event)protected EventBaseCountStep. handleStartSubDocument(Event event)protected EventBaseCountStep. handleTextUnit(Event event)Methods in net.sf.okapi.steps.wordcount.common with parameters of type Event Modifier and Type Method Description protected EventBaseCountStep. handleEndBatch(Event event)protected EventBaseCountStep. handleEndBatchItem(Event event)protected EventBaseCountStep. handleEndDocument(Event event)protected EventBaseCountStep. handleEndGroup(Event event)protected EventBaseCountStep. handleEndSubDocument(Event event)protected EventBaseCountStep. handleStartBatch(Event event)protected EventBaseCountStep. handleStartBatchItem(Event event)protected EventBaseCountStep. handleStartDocument(Event event)protected EventBaseCountStep. handleStartGroup(Event event)protected EventBaseCountStep. handleStartSubDocument(Event event)protected EventBaseCountStep. handleTextUnit(Event event)protected voidBaseCountStep. saveToMetrics(Event event, long count) -
Uses of Event in net.sf.okapi.steps.xliffsplitter
Methods in net.sf.okapi.steps.xliffsplitter that return Event Modifier and Type Method Description protected EventXliffJoinerStep. handleEndBatch(Event event)protected EventXliffJoinerStep. handleRawDocument(Event event)protected EventXliffSplitterStep. handleRawDocument(Event event)protected EventXliffWCSplitterStep. handleRawDocument(Event event)protected EventXliffJoinerStep. handleStartBatch(Event event)protected EventXliffSplitterStep. handleStartBatch(Event event)protected EventXliffSplitterStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.xliffsplitter with parameters of type Event Modifier and Type Method Description protected EventXliffJoinerStep. handleEndBatch(Event event)protected EventXliffJoinerStep. handleRawDocument(Event event)protected EventXliffSplitterStep. handleRawDocument(Event event)protected EventXliffWCSplitterStep. handleRawDocument(Event event)protected EventXliffJoinerStep. handleStartBatch(Event event)protected EventXliffSplitterStep. handleStartBatch(Event event)protected EventXliffSplitterStep. handleStartBatchItem(Event event) -
Uses of Event in net.sf.okapi.steps.xmlanalysis
Methods in net.sf.okapi.steps.xmlanalysis that return Event Modifier and Type Method Description protected EventXMLAnalysisStep. handleEndBatch(Event event)protected EventXMLAnalysisStep. handleRawDocument(Event event)protected EventXMLAnalysisStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.xmlanalysis with parameters of type Event Modifier and Type Method Description protected EventXMLAnalysisStep. handleEndBatch(Event event)protected EventXMLAnalysisStep. handleRawDocument(Event event)protected EventXMLAnalysisStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.xmlcharfixing
Methods in net.sf.okapi.steps.xmlcharfixing that return Event Modifier and Type Method Description protected EventXMLCharFixingStep. handleEndBatch(Event event)protected EventXMLCharFixingStep. handleRawDocument(Event event)protected EventXMLCharFixingStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.xmlcharfixing with parameters of type Event Modifier and Type Method Description protected EventXMLCharFixingStep. handleEndBatch(Event event)protected EventXMLCharFixingStep. handleRawDocument(Event event)protected EventXMLCharFixingStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.xmlvalidation
Methods in net.sf.okapi.steps.xmlvalidation that return Event Modifier and Type Method Description protected EventXMLValidationStep. handleRawDocument(Event event)protected EventXMLValidationStep. handleStartBatch(Event event)Methods in net.sf.okapi.steps.xmlvalidation with parameters of type Event Modifier and Type Method Description protected EventXMLValidationStep. handleRawDocument(Event event)protected EventXMLValidationStep. handleStartBatch(Event event) -
Uses of Event in net.sf.okapi.steps.xsltransform
Methods in net.sf.okapi.steps.xsltransform that return Event Modifier and Type Method Description protected EventXSLTransformStep. handleEndBatch(Event event)protected EventXSLTransformStep. handleRawDocument(Event event)protected EventXSLTransformStep. handleStartBatch(Event event)protected EventXSLTransformStep. handleStartBatchItem(Event event)Methods in net.sf.okapi.steps.xsltransform with parameters of type Event Modifier and Type Method Description protected EventXSLTransformStep. handleEndBatch(Event event)protected EventXSLTransformStep. handleRawDocument(Event event)protected EventXSLTransformStep. handleStartBatch(Event event)protected EventXSLTransformStep. handleStartBatchItem(Event event)
-