| 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.
|
| 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.
|
| XliffWalker.VisitPlaceAwareXliffVisitor<T> |
Xliff visitor
IXliffVisitor decorator class aware of visit place defined by
path selector XliffWalkerPathSelector |