Uses of Interface
net.sf.okapi.common.ISkeleton
-
Packages that use ISkeleton 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 filtersnet.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 -
-
Uses of ISkeleton in net.sf.okapi.common
Methods in net.sf.okapi.common that return ISkeleton Modifier and Type Method Description ISkeletonISkeleton. clone()Clones this skeleton object.Constructors in net.sf.okapi.common with parameters of type ISkeleton Constructor Description Event(EventType filterEventType, IResource resource, ISkeleton skeleton)Creates a new event with an associated resource and a skeleton object. -
Uses of ISkeleton in net.sf.okapi.common.filters
Methods in net.sf.okapi.common.filters with parameters of type ISkeleton Modifier and Type Method Description protected voidSubFilter. convertRefsInSkeleton(ISkeleton skel)EventSubFilter. createRefEvent(ISkeleton beforeSkeleton, ISkeleton afterSkeleton) -
Uses of ISkeleton in net.sf.okapi.common.resource
Fields in net.sf.okapi.common.resource declared as ISkeleton Modifier and Type Field Description protected ISkeletonEnding. skeletonMethods in net.sf.okapi.common.resource that return ISkeleton Modifier and Type Method Description ISkeletonBaseNameable. getSkeleton()ISkeletonEnding. getSkeleton()default ISkeletonIWithSkeleton. getSkeleton()Gets the skeleton object for this resource.Methods in net.sf.okapi.common.resource with parameters of type ISkeleton Modifier and Type Method Description voidBaseNameable. setSkeleton(ISkeleton skeleton)voidEnding. setSkeleton(ISkeleton skeleton)default voidIWithSkeleton. setSkeleton(ISkeleton skeleton)Sets the skeleton object for this resource.voidTextUnit. setSkeleton(ISkeleton skeleton)Constructors in net.sf.okapi.common.resource with parameters of type ISkeleton Constructor Description DocumentPart(String id, boolean isReferent, ISkeleton skeleton)Creates a new DocumentPart object. -
Uses of ISkeleton in net.sf.okapi.common.skeleton
Classes in net.sf.okapi.common.skeleton that implement ISkeleton Modifier and Type Class Description classGenericSkeletonSimple generic implementation of the ISkeleton interface.classZipSkeletonExtension of theGenericSkeletonskeleton implementation that allow ZipFile and ZipEntry objects to be passed along with skeleton parts.Methods in net.sf.okapi.common.skeleton that return ISkeleton Modifier and Type Method Description ISkeletonStorageList. getSkeleton()Methods in net.sf.okapi.common.skeleton with parameters of type ISkeleton Modifier and Type Method Description static voidSkeletonUtil. changeParent(ISkeleton skel, IResource curParent, IResource newParent)protected StringGenericSkeletonWriter. getString(ISkeleton skeleton, EncoderContext context)voidStorageList. setSkeleton(ISkeleton skeleton) -
Uses of ISkeleton in net.sf.okapi.filters.icml
Classes in net.sf.okapi.filters.icml that implement ISkeleton Modifier and Type Class Description classICMLSkeleton -
Uses of ISkeleton in net.sf.okapi.filters.openxml
Classes in net.sf.okapi.filters.openxml that implement ISkeleton Modifier and Type Class Description classBlockSkeletonMethods in net.sf.okapi.filters.openxml that return ISkeleton Modifier and Type Method Description ISkeletonBlockSkeleton. clone() -
Uses of ISkeleton in net.sf.okapi.filters.xliff2
Classes in net.sf.okapi.filters.xliff2 that implement ISkeleton Modifier and Type Class Description classMetadataSkeletonclassXliff2SkeletonMethods in net.sf.okapi.filters.xliff2 that return ISkeleton Modifier and Type Method Description ISkeletonMetadataSkeleton. clone()ISkeletonXliff2Skeleton. clone()
-