[][src]Module xliff::store

Defines a translation store implementation which can be used to interact with XLIFF files

Structs

Header

File header - The <header> element contains metadata relating to the <file> element. http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#header

Locale

Language definition

Store

A helper class which can be used to parse XLIFF

Tool

Tool - The <tool> element describes the tool that has been used to execute a given task in the document. http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#tool_elem

TranslationFile

File - The <file> element corresponds to a single extracted original document. http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html#file

Unit

A unit of translatable data. Translation unit - The <trans-unit> elements contains a <source>, ` and associated elements.

UnitValue

The content of a translation unit or a note