Uses of Class
net.sf.okapi.lib.xliff2.core.Segment
-
Packages that use Segment Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document.net.sf.okapi.lib.xliff2.walker net.sf.okapi.lib.xliff2.walker.selector net.sf.okapi.lib.xliff2.walker.strategy -
-
Uses of Segment in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return Segment Modifier and Type Method Description SegmentUnit. appendSegment()Appends a new empty segment to this unit.SegmentSegment. createAndCopyMetadata()Creates a new empty segment based on this one.SegmentUnit. getSegment(int segIndex)Gets the segment at a given index.Methods in net.sf.okapi.lib.xliff2.core that return types with arguments of type Segment Modifier and Type Method Description Iterable<Segment>Unit. getSegments()Creates anIterableobject for the segments in this unit.Constructors in net.sf.okapi.lib.xliff2.core with parameters of type Segment Constructor Description Segment(Segment original)Copy constructor. -
Uses of Segment in net.sf.okapi.lib.xliff2.walker
Methods in net.sf.okapi.lib.xliff2.walker that return types with arguments of type Segment Modifier and Type Method Description List<IXliffVisitor<Segment>>XliffWalker. getAllSegmentVisitors()XliffWalker.VisitPlaceAwareXliffVisitor<Segment>XliffWalker. getSegmentVisitor(String id)Method returnsXliffWalker.VisitPlaceAwareXliffVisitorforSegmentby its id.List<IXliffVisitor<Segment>>XliffWalker. getSegmentVisitors(String fileId, String unitId, int segmentIndex)Method returns visitors which are configured to be executed on specific file id, unit id and segment index.Methods in net.sf.okapi.lib.xliff2.walker with parameters of type Segment Modifier and Type Method Description abstract voidAbstractSegmentVisitor. visit(Segment visitee, VisitationContext context)Method parameters in net.sf.okapi.lib.xliff2.walker with type arguments of type Segment Modifier and Type Method Description StringXliffWalker. addSegmentVisitor(IXliffVisitor<Segment> visitor, XliffWalkerPathSelector... pathSelectors)StringXliffWalker. addSegmentVisitor(XliffWalker.VisitPlaceAwareXliffVisitor<Segment> visitor) -
Uses of Segment in net.sf.okapi.lib.xliff2.walker.selector
Methods in net.sf.okapi.lib.xliff2.walker.selector that return types with arguments of type Segment Modifier and Type Method Description static PathSelectorUtils.Pair<Integer,Segment>[]PathSelectorUtils. resolveSegments(UnitNode unitNode, XliffWalkerPathSelector pathSelector) -
Uses of Segment in net.sf.okapi.lib.xliff2.walker.strategy
Method parameters in net.sf.okapi.lib.xliff2.walker.strategy with type arguments of type Segment Modifier and Type Method Description static voidPipelineXliffWalkerStrategy. doWalkSegments(XLIFFDocument doc, XliffWalker.VisitPlaceAwareXliffVisitor<Segment> visitor)
-