Uses of Class
net.sf.okapi.common.annotation.GlossEntry
-
Packages that use GlossEntry Package Description net.sf.okapi.common.annotation Classes to implement and manage annotations.net.sf.okapi.steps.rainbowkit.xliff -
-
Uses of GlossEntry in net.sf.okapi.common.annotation
Methods in net.sf.okapi.common.annotation that return GlossEntry Modifier and Type Method Description GlossEntryGlossaryAnnotation. get(int index)Methods in net.sf.okapi.common.annotation that return types with arguments of type GlossEntry Modifier and Type Method Description Iterator<GlossEntry>GlossaryAnnotation. iterator()Methods in net.sf.okapi.common.annotation with parameters of type GlossEntry Modifier and Type Method Description voidGlossaryAnnotation. add(GlossEntry alt) -
Uses of GlossEntry in net.sf.okapi.steps.rainbowkit.xliff
Methods in net.sf.okapi.steps.rainbowkit.xliff with parameters of type GlossEntry Modifier and Type Method Description static GlossEntryXLIFF2Utils. toXliffGlossEntry(GlossEntry glossEntry)
-