Namespace UnityEditor.Localization.Plugins.XLIFF.Common
Interfaces
IFile
Container for localization material extracted from an entire single document, or another high-level, self-contained logical node in a content structure that cannot be described in the terms of documents.
IGroup
Provides a way to organize units into a structured hierarchy.
IGroupCollection
Holds a collection of IGroup.
INote
Readable comments and annotations.
INoteCollection
Holds a collection of INote.
ITranslationUnit
Static container for a dynamic structure of elements holding the extracted translatable source text, aligned with the translated text.
ITranslationUnitCollection
Holds a collection of ITranslationUnit.
IXliffDocument
The root element of an XLIFF document is <xliff>. It contains a collection of <file> elements. Typically, each <file> element contains a set of <unit> elements that contain the text to be translated in the <source> child of one or more <segment> elements. Translations are stored in the <target> child of each <segment> element.
Enums
NoteType
The target of the note.