| Interface | Description |
|---|---|
| IXliffVisitor<T> |
Types interface for Xliff visitors.
|
| Class | Description |
|---|---|
| AbstractFileVisitor |
Abstract class for Segment visitors to be derived from.
|
| AbstractSegmentVisitor |
Abstract class for File visitors to be derived from.
|
| AbstractUnitVisitor |
Abstract class for Unit visitors to be derived from.
|
| AbstractXliffWalkerStrategy |
Abstract base class for strategy classes that implement the
XLIFF traversal.
|
| DefaultXliffWalkerStrategy | |
| VisitationContext |
Provides the context for visiting the
visitee during traversal of the XLIFF tree.
|
| XliffWalker |
Allows for traversal of the tree structure of an XLIFF document,
in a fashion similar to visitor pattern.
|