Uses of Class
net.sf.okapi.common.resource.StartSubDocument
-
Packages that use StartSubDocument Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework.net.sf.okapi.common.annotation Classes to implement and manage annotations.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.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.filters.xliff net.sf.okapi.filters.xliff2.util net.sf.okapi.lib.verification net.sf.okapi.steps.common Classes implementing often-used steps. -
-
Uses of StartSubDocument in net.sf.okapi.common
Methods in net.sf.okapi.common that return StartSubDocument Modifier and Type Method Description StartSubDocumentEvent. getStartSubDocument()Convenience method returns theIResourceas aStartSubDocument.static StartSubDocumentResourceUtil. startSubDocumentFromStartDocument(StartDocument sd, String id, String parentId, String name)Methods in net.sf.okapi.common with parameters of type StartSubDocument Modifier and Type Method Description static StartDocumentResourceUtil. startDocumentFromStartSubDocument(StartSubDocument ssd, String id, String lineBreak) -
Uses of StartSubDocument in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation with parameters of type StartSubDocument Modifier and Type Method Description voidXLIFFPhaseAnnotation. add(XLIFFPhase phase, StartSubDocument startSubDoc)Add a parsed %lt;phase> element to a StartSubDocument Event.voidXLIFFToolAnnotation. add(XLIFFTool tool, StartSubDocument startSubDoc)static voidITSProvenanceAnnotations. addAnnotations(StartSubDocument startSubDoc, ITSProvenanceAnnotations newSet)voidXLIFFPhaseAnnotation. updatePhaseAnnotation(StartSubDocument startSubDoc)voidXLIFFToolAnnotation. updateToolProperty(StartSubDocument startSubDoc)Synchronize the value of the tool property on the StartSubDocument event with the XML representation of this annotation. -
Uses of StartSubDocument in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters that return StartSubDocument Modifier and Type Method Description StartSubDocumentEventBuilder. peekMostRecentSubDocument()Peek at the most recently createdStartSubDocumentStartSubDocumentEventBuilder. startSubDocument()Add the START_SUBDOCUMENTEventto the event queue.Methods in net.sf.okapi.common.filters with parameters of type StartSubDocument Modifier and Type Method Description StringSubFilterSkeletonWriter. processStartSubDocument(StartSubDocument resource) -
Uses of StartSubDocument in net.sf.okapi.common.filterwriter
Methods in net.sf.okapi.common.filterwriter with parameters of type StartSubDocument Modifier and Type Method Description protected StartDocumentZipFilterWriter. convertToStartDocument(StartSubDocument res)protected IFilterWriterZipFilterWriter. createSubDocumentFilterWriter(StartSubDocument res)protected ISkeletonWriterZipFilterWriter. createSubDocumentSkeletonWriter(StartSubDocument res)protected voidGenericFilterWriter. processStartSubDocument(StartSubDocument resource)protected voidZipFilterWriter. processStartSubDocument(StartSubDocument res) -
Uses of StartSubDocument in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton with parameters of type StartSubDocument Modifier and Type Method Description StringGenericSkeletonWriter. processStartSubDocument(StartSubDocument resource)StringISkeletonWriter. processStartSubDocument(StartSubDocument resource)Processes a START_SUBDOCUMENT event. -
Uses of StartSubDocument in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type StartSubDocument Modifier and Type Method Description StringXLIFFSkeletonWriter. processStartSubDocument(StartSubDocument resource) -
Uses of StartSubDocument in net.sf.okapi.filters.xliff2.util
Methods in net.sf.okapi.filters.xliff2.util with parameters of type StartSubDocument Modifier and Type Method Description static voidPropertiesMapper. setStartFileProperties(StartSubDocument okapiStartSubDoc, StartFileData xliffStartFileData)Transfers properties from the Okapi Core StartSubDocument to the XLIFF Toolkit StartFileDatastatic voidPropertiesMapper. setStartFileProperties(StartFileData xliffStartFileData, StartSubDocument okapiStartSubDoc)Transfers properties from the XLIFF Toolkit StartFileData to the Okapi Core StartSubDocument -
Uses of StartSubDocument in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification with parameters of type StartSubDocument Modifier and Type Method Description voidAbstractChecker. processStartSubDocument(StartSubDocument ssd)voidCharactersChecker. processStartSubDocument(StartSubDocument ssd)voidGeneralChecker. processStartSubDocument(StartSubDocument ssd)voidInlineCodesChecker. processStartSubDocument(StartSubDocument ssd)voidLengthChecker. processStartSubDocument(StartSubDocument ssd)voidLocalizableChecker. processStartSubDocument(StartSubDocument ssd)voidPatternsChecker. processStartSubDocument(StartSubDocument ssd)voidQualityCheckSession. processStartSubDocument(StartSubDocument startSubDoc) -
Uses of StartSubDocument in net.sf.okapi.steps.common
Methods in net.sf.okapi.steps.common with parameters of type StartSubDocument Modifier and Type Method Description booleanExtractionVerificationUtil. compareStartSubDocument(StartSubDocument ssd1, StartSubDocument ssd2)Compare two StartSubDocuments
-