docs.unity3d.com
    Show / Hide Table of Contents

    Class xliff

    Inheritance
    Object
    xliff
    Namespace: UnityEditor.Localization.Plugins.XLIFF.V12
    Syntax
    [Serializable]
    public class xliff : IXliffDocument

    Properties

    Any

    Declaration
    public Xml.XmlElement[] Any { get; set; }
    Property Value
    Type Description
    Xml.XmlElement[]

    AnyAttr

    Declaration
    public Xml.XmlAttribute[] AnyAttr { get; set; }
    Property Value
    Type Description
    Xml.XmlAttribute[]

    file

    Declaration
    public List<file> file { get; set; }
    Property Value
    Type Description
    List<file>

    FileCount

    Declaration
    public int FileCount { get; }
    Property Value
    Type Description
    Int32
    Implements
    IXliffDocument.FileCount

    lang

    Declaration
    public string lang { get; set; }
    Property Value
    Type Description
    String

    SourceLanguage

    Declaration
    public string SourceLanguage { get; set; }
    Property Value
    Type Description
    String
    Implements
    IXliffDocument.SourceLanguage

    TargetLanguage

    Declaration
    public string TargetLanguage { get; set; }
    Property Value
    Type Description
    String
    Implements
    IXliffDocument.TargetLanguage

    version

    Declaration
    public AttrType_Version version { get; set; }
    Property Value
    Type Description
    AttrType_Version

    Version

    Declaration
    public string Version { get; }
    Property Value
    Type Description
    String
    Implements
    IXliffDocument.Version

    Methods

    AddFile(IFile)

    Declaration
    public void AddFile(IFile f)
    Parameters
    Type Name Description
    IFile f
    Implements
    IXliffDocument.AddFile(IFile)

    AddNewFile()

    Declaration
    public IFile AddNewFile()
    Returns
    Type Description
    IFile
    Implements
    IXliffDocument.AddNewFile()

    GetFile(Int32)

    Declaration
    public IFile GetFile(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    IFile
    Implements
    IXliffDocument.GetFile(Int32)

    RemoveFile(IFile)

    Declaration
    public void RemoveFile(IFile f)
    Parameters
    Type Name Description
    IFile f
    Implements
    IXliffDocument.RemoveFile(IFile)

    Serialize(Stream)

    Declaration
    public void Serialize(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Implements
    IXliffDocument.Serialize(Stream)

    Extension Methods

    TupleExtensions.IsValueTuple(Object)
    TupleExtensions.GetValueTupleItemObjects(Object)
    TupleExtensions.GetValueTupleItemObjectsFlattened(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023