| 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.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.icml | |
| net.sf.okapi.filters.openxml | |
| net.sf.okapi.filters.xliff2 |
| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
ISkeleton.clone()
Clones this skeleton object.
|
ISkeleton |
IResource.getSkeleton()
Gets the skeleton object for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IResource.setSkeleton(ISkeleton skeleton)
Sets the skeleton object for this resource.
|
| Constructor and Description |
|---|
Event(EventType filterEventType,
IResource resource,
ISkeleton skeleton)
Creates a new event with an associated resource and a skeleton object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubFilter.convertRefsInSkeleton(ISkeleton skel) |
Event |
SubFilter.createRefEvent(ISkeleton beforeSkeleton,
ISkeleton afterSkeleton) |
| Modifier and Type | Field and Description |
|---|---|
protected ISkeleton |
Ending.skeleton |
protected ISkeleton |
BaseNameable.skeleton |
| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
TextUnit.getSkeleton() |
ISkeleton |
TextContainer.getSkeleton()
This method is intentionally not supported with TextContainer.
|
ISkeleton |
RawDocument.getSkeleton()
Always throws an exception as there is never a skeleton associated with a RawDocument.
|
ISkeleton |
PipelineParameters.getSkeleton() |
ISkeleton |
MultiEvent.getSkeleton()
Always throws an exception as there is never a skeleton associated to a RawDocument.
|
ISkeleton |
Ending.getSkeleton() |
ISkeleton |
Document.getSkeleton()
Always throws an exception as there is never a skeleton associated to a RawDocument.
|
ISkeleton |
Custom.getSkeleton()
Always throws an exception as there is never a skeleton associated to a RawDocument.
|
ISkeleton |
BaseNameable.getSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextUnit.setSkeleton(ISkeleton skeleton) |
void |
TextContainer.setSkeleton(ISkeleton skeleton)
This method is intentionally not supported with TextContainer.
|
void |
RawDocument.setSkeleton(ISkeleton skeleton)
This method has no effect as there is never a skeleton for a RawDocument.
|
void |
PipelineParameters.setSkeleton(ISkeleton skeleton) |
void |
MultiEvent.setSkeleton(ISkeleton skeleton)
This method has no effect as there is never a skeleton for a Document.
|
void |
Ending.setSkeleton(ISkeleton skeleton) |
void |
Document.setSkeleton(ISkeleton skeleton)
This method has no effect as there is never a skeleton for a Document.
|
void |
Custom.setSkeleton(ISkeleton skeleton)
This method has no effect as there is never a skeleton for a Document.
|
void |
BaseNameable.setSkeleton(ISkeleton skeleton) |
| Constructor and Description |
|---|
DocumentPart(String id,
boolean isReferent,
ISkeleton skeleton)
Creates a new DocumentPart object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSkeleton
Simple generic implementation of the ISkeleton interface.
|
class |
ZipSkeleton
Extension of the
GenericSkeleton skeleton implementation that allow
ZipFile and ZipEntry objects to be passed along with skeleton parts. |
| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
StorageList.getSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SkeletonUtil.changeParent(ISkeleton skel,
IResource curParent,
IResource newParent) |
protected String |
GenericSkeletonWriter.getString(ISkeleton skeleton,
EncoderContext context) |
void |
StorageList.setSkeleton(ISkeleton skeleton) |
| Modifier and Type | Class and Description |
|---|---|
class |
ICMLSkeleton |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockSkeleton |
| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
BlockSkeleton.clone() |
| Modifier and Type | Class and Description |
|---|---|
class |
MetadataSkeleton |
class |
Xliff2Skeleton |
| Modifier and Type | Method and Description |
|---|---|
ISkeleton |
Xliff2Skeleton.clone() |
ISkeleton |
MetadataSkeleton.clone() |
Copyright © 2021. All rights reserved.