| 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.
|
| 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 |
GenericFilterWriter.processStartSubDocument(StartSubDocument resource) |
protected void |
ZipFilterWriter.processStartSubDocument(StartSubDocument res) |
| Modifier and Type | Method and Description |
|---|---|
String |
GenericSkeletonWriter.processStartSubDocument(StartSubDocument resource) |
String |
ISkeletonWriter.processStartSubDocument(StartSubDocument resource)
Processes a START_SUBDOCUMENT event.
|
Copyright © 2021. All rights reserved.