T - The type of the visitor. Must be one of FileNode, UnitNode, Segment.public interface IXliffVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
visit(T visitee,
VisitationContext context) |
void visit(T visitee, VisitationContext context)