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.ttml net.sf.okapi.filters.vtt net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff2 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 StartDocument
Event. getStartDocument()
Convenience method returns theIResource
as aStartDocument
.static StartDocument
ResourceUtil. startDocumentFromStartSubDocument(StartSubDocument ssd, String id, String lineBreak)
Methods in net.sf.okapi.common with parameters of type StartDocument Modifier and Type Method Description static StartSubDocument
ResourceUtil. 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 StartDocument
AbstractLineFilter. startDoc
Methods in net.sf.okapi.common.filters with parameters of type StartDocument Modifier and Type Method Description String
SubFilterSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, 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 StartDocument
ZipFilterWriter. convertToStartDocument(StartSubDocument res)
Methods in net.sf.okapi.common.filterwriter with parameters of type StartDocument Modifier and Type Method Description protected void
GenericFilterWriter. createWriter(StartDocument resource)
protected void
GenericFilterWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, StartDocument resource)
protected void
ZipFilterWriter. processStartDocument(StartDocument res)
void
TMXWriter. 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 StartDocument
StartSubfilter. getStartDoc()
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 newStartSubfilter
object 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 String
GenericSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, EncoderManager encoderManager, StartDocument resource)
String
ISkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, 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 void
ITSFilter. 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 void
HTML5Filter. 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 void
MarkdownFilterWriter. 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 String
CSVSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, EncoderManager encoderManager, StartDocument resource)
-
Uses of StartDocument in net.sf.okapi.filters.ttml
Methods in net.sf.okapi.filters.ttml with parameters of type StartDocument Modifier and Type Method Description String
TTMLSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, EncoderManager encoderManager, StartDocument resource)
-
Uses of StartDocument in net.sf.okapi.filters.vtt
Methods in net.sf.okapi.filters.vtt with parameters of type StartDocument Modifier and Type Method Description String
VTTSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, 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 String
XLIFFSkeletonWriter. processStartDocument(LocaleId outputLocale, String outputEncoding, EncoderManager encoderManager, StartDocument resource)
-
Uses of StartDocument in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type StartDocument Modifier and Type Method Description protected void
XLIFF2FilterWriter. processStartDocument(StartDocument startDoc)
List<Event>
OkpToX2Converter. startDocument(StartDocument startDocument)
-
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 void
PropertiesMapper. setStartXliffProperties(StartDocument okapiStartDocument, StartXliffData xliffStartXliff)
Transfers properties from the Okapi Core StartDocument to the XLIFF Toolkit StartXliffDatastatic void
PropertiesMapper. 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 void
XMLFilter. 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 void
AbstractChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
CharactersChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
GeneralChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
InlineCodesChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
LengthChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
LocalizableChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
PatternsChecker. processStartDocument(StartDocument sd, List<String> sigList)
void
QualityCheckSession. processStartDocument(StartDocument startDoc, List<String> sigList)
-