/// <summary>Performs a deep clone of the XMPMeta-object</summary> /// <seealso cref="System.Object.Clone()"/> public virtual Object Clone() { XMPNode clonedTree = (XMPNode)tree.Clone(); return new XMPMetaImpl(clonedTree); }