ITargetXmlFileGenerateContext

ITargetXmlFileGenerateContext interface is implemented by the object passed to the handler Generate method and it provides the handler with the necessary input data.

SourceLanguage

The source language (e.g. en).

TargetLanguage

The target language (e.g. fr).

CurrentSourceDocument

A MemoryStream with the document content in the source language of the current version.

PreviousTargetDocument

A MemoryStream with the document content of the previous released translation for that target language.

PreviousSourceDocument

A MemoryStream with the released document content in the source language of the same version as the target language.

XmlResolver

The XmlResolver that can be used to load a MemoryStream in an XmlDocument.

XmlNamespaceResolver

The namespace resolver.