The cloned node.
CloneNode serves as a copy constructor for nodes. For text nodes, the cloned node always includes the data value. To see how this method behaves with other node types, see the XmlNode.CloneNode(bool) method in the XmlNode class.
The cloned node has no parent (XmlNode.ParentNode returns null).