Uses of Class
net.sf.okapi.common.skeleton.GenericSkeletonPart
-
Packages that use GenericSkeletonPart Package Description net.sf.okapi.common.skeleton Interfaces and classes for the skeleton objects.net.sf.okapi.filters.xliff -
-
Uses of GenericSkeletonPart in net.sf.okapi.common.skeleton
Methods in net.sf.okapi.common.skeleton that return GenericSkeletonPart Modifier and Type Method Description GenericSkeletonPartGenericSkeleton. addValuePlaceholder(INameable referent, String propName, LocaleId locId)Adds to this skeleton a place-holder for the value of a property (in a given locale) of the resource to which this skeleton is attached.GenericSkeletonPartGenericSkeleton. getFirstPart()Gets the first part of this skeleton, or null if there are none.GenericSkeletonPartGenericSkeleton. getLastPart()Gets the last part of this skeleton, or null if there are none.static GenericSkeletonPartSkeletonUtil. getPart(GenericSkeleton skel, int index)Methods in net.sf.okapi.common.skeleton that return types with arguments of type GenericSkeletonPart Modifier and Type Method Description List<GenericSkeletonPart>GenericSkeleton. getParts()Gets a list of all the parts of this skeleton.Methods in net.sf.okapi.common.skeleton with parameters of type GenericSkeletonPart Modifier and Type Method Description static StringSkeletonUtil. getRefId(GenericSkeletonPart part)protected StringGenericSkeletonWriter. getString(GenericSkeletonPart part, EncoderContext context)static booleanSkeletonUtil. isExtPropValuePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtSegmentPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtSourcePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isExtTargetPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isPropRef(GenericSkeletonPart part)static booleanSkeletonUtil. isPropValuePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isRef(GenericSkeletonPart part)static booleanSkeletonUtil. isReference(GenericSkeletonPart part)static booleanSkeletonUtil. isSegmentPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isSegRef(GenericSkeletonPart part)static booleanSkeletonUtil. isSourcePlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isTargetPlaceholder(GenericSkeletonPart part, IResource resource)static booleanSkeletonUtil. isText(GenericSkeletonPart part)static booleanSkeletonUtil. isTuRef(GenericSkeletonPart part)Method parameters in net.sf.okapi.common.skeleton with type arguments of type GenericSkeletonPart Modifier and Type Method Description protected voidGenericSkeleton. setParts(ArrayList<GenericSkeletonPart> list) -
Uses of GenericSkeletonPart in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type GenericSkeletonPart Modifier and Type Method Description protected StringXLIFFSkeletonWriter. getString(GenericSkeletonPart part, EncoderContext context)
-