| 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 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.html | |
| net.sf.okapi.filters.its.html5 | |
| net.sf.okapi.filters.markdown | |
| net.sf.okapi.filters.xliff2 |
| Modifier and Type | Method and Description |
|---|---|
DocumentPart |
Event.getDocumentPart()
Convenience method returns the
IResource as a DocumentPart. |
| Modifier and Type | Method and Description |
|---|---|
DocumentPart |
EventBuilder.addDocumentPart(String part)
|
protected DocumentPart |
AbstractLineFilter.getFirstDocumentPart() |
DocumentPart |
EventBuilder.startDocumentPart(String part)
Create a
DocumentPart and store it for later processing. |
| Modifier and Type | Method and Description |
|---|---|
String |
SubFilterSkeletonWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericFilterWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
ISkeletonWriter.processDocumentPart(DocumentPart resource)
Processes the DOCUMENT_PART event.
|
String |
GenericSkeletonWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
HtmlSkeletonWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
HTML5SkeletonWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
MarkdownSkeletonWriter.processDocumentPart(DocumentPart resource) |
| Modifier and Type | Method and Description |
|---|---|
DocumentPart |
X2ToOkpConverter.convert(MidFileData midFileData) |
Copyright © 2022. All rights reserved.