Class AbstractSegmentVisitor

  • All Implemented Interfaces:
    IXliffVisitor<Segment>

    public abstract class AbstractSegmentVisitor
    extends Object
    implements IXliffVisitor<Segment>
    Abstract class for File visitors to be derived from. This is a bit of a work-around, because it is not possible in Java generics to limit the type of an interface to a set of given interfaces.
    Author:
    Martin Wunderlich