| Interface | Description |
|---|---|
| IXliffWalkerStrategy |
Interface for strategy classes that implement the
XLIFF traversal.
|
| Class | Description |
|---|---|
| DefaultXliffWalkerStrategy |
Implementation of
IXliffWalkerStrategy which enables traversal over all XLIFF document nodes. |
| FlexibleXliffWalkerStrategy |
Implementation of
IXliffWalkerStrategy which enables traversal over XLIFF document nodes specified by path selectors XliffWalkerPathSelector. |
| PipelineXliffWalkerStrategy |
Xliff walker strategy with ordered pipeline of visitors.
|
| XliffWalkerStrategyFactory |
Factory class to build instances of
IXliffWalkerStrategy |