Class XliffWalker


  • public class XliffWalker
    extends Object
    Allows for traversal of the tree structure of an XLIFF document, in a fashion similar to visitor pattern. Three types of visitor can be added to the XliffWalker: File visitors, Unit visitors, and Segment visitors. The exact order in which the visit() method of those visitors is called is determined by the IXliffWalkerStrategy, for which a default implementation, flexible implementation and ordered pipeline implementations are provided.
    Author:
    Martin Wunderlich, Vladyslav Mykhalets