Uses of Class
net.sf.okapi.common.resource.StartDocument
-
Packages that use StartDocument 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.its net.sf.okapi.filters.its.html5 net.sf.okapi.filters.markdown net.sf.okapi.filters.table.csv net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff2.util net.sf.okapi.filters.xml net.sf.okapi.lib.verification -
-
Uses of StartDocument in net.sf.okapi.common
Methods in net.sf.okapi.common that return StartDocument Modifier and Type Method Description StartDocumentEvent. getStartDocument()Convenience method returns theIResourceas aStartDocument.static StartDocumentResourceUtil. startDocumentFromStartSubDocument(StartSubDocument ssd, String id, String lineBreak)Methods in net.sf.okapi.common with parameters of type StartDocument Modifier and Type Method Description static StartSubDocumentResourceUtil. startSubDocumentFromStartDocument(StartDocument sd, String id, String parentId, String name) -
Uses of StartDocument in net.sf.okapi.common.filters
Fields in net.sf.okapi.common.filters declared as StartDocument Modifier and Type Field Description protected StartDocumentAbstractLineFilter. startDocMethods in net.sf.okapi.common.filters with parameters of type StartDocument Modifier and Type Method Description StringSubFilterSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource) -
Uses of StartDocument in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter that return StartDocument Modifier and Type Method Description protected StartDocumentZipFilterWriter. convertToStartDocument(StartSubDocument res)Methods in net.sf.okapi.common.filterwriter with parameters of type StartDocument Modifier and Type Method Description protected voidGenericFilterWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, StartDocument resource)protected voidZipFilterWriter. processStartDocument(StartDocument res)voidTMXWriter. writeStartDocument(StartDocument startDocument, LocaleId sourceLocale, LocaleId targetLocale, String creationTool, String creationToolVersion, String segType, String originalTMFormat, String dataType)Writes the start of the TMC document. -
Uses of StartDocument in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return StartDocument Modifier and Type Method Description StartDocumentStartSubfilter. getStartDoc()Methods in net.sf.okapi.common.resource with parameters of type StartDocument Modifier and Type Method Description protected voidStartSubfilter. setStartDoc(StartDocument startDoc)Constructors in net.sf.okapi.common.resource with parameters of type StartDocument Constructor Description PipelineParameters(StartDocument startDoc, RawDocument inputDoc, RawDocument secondDoc, RawDocument thirdDoc)Creates a ParametersEvent object with most majority of defaults initializedStartSubfilter(String id, StartDocument startDoc, IEncoder parentEncoder)Creates a newStartSubfilterobject with the identifier of the group's parent and the group's identifier. -
Uses of StartDocument in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton with parameters of type StartDocument Modifier and Type Method Description StringGenericSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource)StringISkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource)Processes the START_DOCUMENT event. -
Uses of StartDocument in net.sf.okapi.filters.its
Methods in net.sf.okapi.filters.its with parameters of type StartDocument Modifier and Type Method Description protected abstract voidITSFilter. createStartDocumentSkeleton(StartDocument startDoc) -
Uses of StartDocument in net.sf.okapi.filters.its.html5
Methods in net.sf.okapi.filters.its.html5 with parameters of type StartDocument Modifier and Type Method Description protected voidHTML5Filter. createStartDocumentSkeleton(StartDocument startDoc) -
Uses of StartDocument in net.sf.okapi.filters.markdown
Methods in net.sf.okapi.filters.markdown with parameters of type StartDocument Modifier and Type Method Description protected voidMarkdownFilterWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, StartDocument resource) -
Uses of StartDocument in net.sf.okapi.filters.table.csv
Methods in net.sf.okapi.filters.table.csv with parameters of type StartDocument Modifier and Type Method Description StringCSVSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource) -
Uses of StartDocument in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type StartDocument Modifier and Type Method Description StringXLIFFSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource) -
Uses of StartDocument in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type StartDocument Modifier and Type Method Description static voidPropertiesMapper. setStartXliffProperties(StartDocument okapiStartDocument, StartXliffData xliffStartXliff)Transfers properties from the Okapi Core StartDocument to the XLIFF Toolkit StartXliffDatastatic voidPropertiesMapper. setStartXliffProperties(StartXliffData xliffStartXliff, StartDocument okapiStartDocument)Transfers properties from the XLIFF Toolkit StartXliffData to the Okapi Core StartDocument -
Uses of StartDocument in net.sf.okapi.filters.xml
Methods in net.sf.okapi.filters.xml with parameters of type StartDocument Modifier and Type Method Description protected voidXMLFilter. createStartDocumentSkeleton(StartDocument startDoc) -
Uses of StartDocument in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification with parameters of type StartDocument Modifier and Type Method Description voidAbstractChecker. processStartDocument(StartDocument sd, List<String> sigList)voidCharactersChecker. processStartDocument(StartDocument sd, List<String> sigList)voidGeneralChecker. processStartDocument(StartDocument sd, List<String> sigList)voidInlineCodesChecker. processStartDocument(StartDocument sd, List<String> sigList)voidLengthChecker. processStartDocument(StartDocument sd, List<String> sigList)voidLocalizableChecker. processStartDocument(StartDocument sd, List<String> sigList)voidPatternsChecker. processStartDocument(StartDocument sd, List<String> sigList)voidQualityCheckSession. processStartDocument(StartDocument startDoc, List<String> sigList)
-