Uses of Interface
net.sf.okapi.common.resource.ISegments
-
Packages that use ISegments Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of ISegments in net.sf.okapi.common.resource
Classes in net.sf.okapi.common.resource that implement ISegments Modifier and Type Class Description class
Segments
Methods in net.sf.okapi.common.resource that return ISegments Modifier and Type Method Description ISegments
TextContainer. getSegments()
Creates a newISegments
object to access the segments of this container.ISegments
ITextUnit. getSourceSegments()
Gets the segments for the source.ISegments
TextUnit. getSourceSegments()
ISegments
ITextUnit. getTargetSegments(LocaleId trgLoc)
Get the segments for a given target.ISegments
TextUnit. getTargetSegments(LocaleId trgLoc)
-