Class AbstractFileVisitor

  • All Implemented Interfaces:
    IXliffVisitor<FileNode>

    public abstract class AbstractFileVisitor
    extends Object
    implements IXliffVisitor<FileNode>
    Abstract class for Segment 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