Class PipelineXliffWalkerStrategy

  • All Implemented Interfaces:
    IXliffWalkerStrategy

    public class PipelineXliffWalkerStrategy
    extends Object
    implements IXliffWalkerStrategy
    Xliff walker strategy with ordered pipeline of visitors. Visitors will be applied in the order they were added to the Xliff walker. It may be useful when next visitor execution depends on the results of execution of the previous visitor, i.e. unit visitor execution may depend on changes done by segment visitor.
    Author:
    Vladyslav Mykhalets