| 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 filters
|
| net.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartSubDocument |
Event.getStartSubDocument()
Convenience method returns the
IResource as a StartSubDocument. |
static StartSubDocument |
ResourceUtil.startSubDocumentFromStartDocument(StartDocument sd,
String id,
String parentId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static StartDocument |
ResourceUtil.startDocumentFromStartSubDocument(StartSubDocument ssd,
String id,
String lineBreak) |
| Modifier and Type | Method and Description |
|---|---|
void |
XLIFFPhaseAnnotation.add(XLIFFPhase phase,
StartSubDocument startSubDoc)
Add a parsed %lt;phase> element to a StartSubDocument Event.
|
void |
XLIFFToolAnnotation.add(XLIFFTool tool,
StartSubDocument startSubDoc) |
static void |
ITSProvenanceAnnotations.addAnnotations(StartSubDocument startSubDoc,
ITSProvenanceAnnotations newSet) |
void |
XLIFFPhaseAnnotation.updatePhaseAnnotation(StartSubDocument startSubDoc) |
void |
XLIFFToolAnnotation.updateToolProperty(StartSubDocument startSubDoc)
Synchronize the value of the tool property on the StartSubDocument
event with the XML representation of this annotation.
|
| Modifier and Type | Method and Description |
|---|---|
StartSubDocument |
EventBuilder.peekMostRecentSubDocument()
Peek at the most recently created
StartSubDocument |
StartSubDocument |
EventBuilder.startSubDocument()
Add the START_SUBDOCUMENT
Event to the event queue. |
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processStartSubDocument(StartSubDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
protected StartDocument |
ZipFilterWriter.convertToStartDocument(StartSubDocument res) |
protected IFilterWriter |
ZipFilterWriter.createSubDocumentFilterWriter(StartSubDocument res) |
protected ISkeletonWriter |
ZipFilterWriter.createSubDocumentSkeletonWriter(StartSubDocument res) |
protected void |
ZipFilterWriter.processStartSubDocument(StartSubDocument res) |
protected void |
GenericFilterWriter.processStartSubDocument(StartSubDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
ISkeletonWriter.processStartSubDocument(StartSubDocument resource)
Processes a START_SUBDOCUMENT event.
|
String |
GenericSkeletonWriter.processStartSubDocument(StartSubDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
XLIFFSkeletonWriter.processStartSubDocument(StartSubDocument resource) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertiesMapper.setStartFileProperties(net.sf.okapi.lib.xliff2.core.StartFileData xliffStartFileData,
StartSubDocument okapiStartSubDoc)
Transfers properties from the XLIFF Toolkit StartFileData to the Okapi Core
StartSubDocument
|
static void |
PropertiesMapper.setStartFileProperties(StartSubDocument okapiStartSubDoc,
net.sf.okapi.lib.xliff2.core.StartFileData xliffStartFileData)
Transfers properties from the Okapi Core StartSubDocument to the XLIFF
Toolkit StartFileData
|
| Modifier and Type | Method and Description |
|---|---|
void |
QualityCheckSession.processStartSubDocument(StartSubDocument startSubDoc) |
void |
PatternsChecker.processStartSubDocument(StartSubDocument ssd) |
void |
LocalizableChecker.processStartSubDocument(StartSubDocument ssd) |
void |
LengthChecker.processStartSubDocument(StartSubDocument ssd) |
void |
InlineCodesChecker.processStartSubDocument(StartSubDocument ssd) |
void |
GeneralChecker.processStartSubDocument(StartSubDocument ssd) |
void |
CharactersChecker.processStartSubDocument(StartSubDocument ssd) |
void |
AbstractChecker.processStartSubDocument(StartSubDocument ssd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtractionVerificationUtil.compareStartSubDocument(StartSubDocument ssd1,
StartSubDocument ssd2)
Compare two StartSubDocuments
|
Copyright © 2021. All rights reserved.